diff --git a/.github/workflows/version_change.yaml b/.github/workflows/version_change.yaml index d0462afe..7d5fae74 100644 --- a/.github/workflows/version_change.yaml +++ b/.github/workflows/version_change.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: '📝 Change Version' - uses: vers-one/dotnet-project-version-updater@v1.6 + uses: vers-one/dotnet-project-version-updater@v1.7 with: file: "WithFlyingColors.csproj" version: ${{ github.event.inputs.version }} diff --git a/WithFlyingColors.csproj b/WithFlyingColors.csproj index 68d7d49a..11bb92da 100644 --- a/WithFlyingColors.csproj +++ b/WithFlyingColors.csproj @@ -1,4 +1,4 @@ - + net8.0 true @@ -29,12 +29,12 @@ - + - + @@ -42,9 +42,9 @@ - - - - + + + + \ No newline at end of file diff --git a/global.json b/global.json index 1ba6f991..90af5898 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "8.0.401", + "version": "8.0.411", "rollForward": "major" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.3.0" + "Godot.NET.Sdk": "4.5.0-beta.1" } } \ No newline at end of file