Update .NET 8.0 release

- Update Microsoft packages.
- Update EF Core tooling.
- Update Docker base images.
- Update build scripts.
- Update actions.
This commit is contained in:
Jordan Dominion
2023-11-14 13:53:57 -05:00
parent 6a4974f038
commit e2e0114770
16 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ on:
env:
TGS_DOTNET_VERSION: 8
TGS_DOTNET_QUALITY: preview
TGS_DOTNET_QUALITY: ga
TGS_TEST_GITHUB_TOKEN: ${{ secrets.LIVE_TESTS_TOKEN }}
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
WINGET_PUSH_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
+1 -1
View File
@@ -16,7 +16,7 @@ on:
env:
TGS_DOTNET_VERSION: 8
TGS_DOTNET_QUALITY: preview
TGS_DOTNET_QUALITY: ga
concurrency:
group: "code-scanning-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"