fix: Changes C# version to 11 (#1461)

This commit is contained in:
Kamron Batman 2023-08-16 20:12:56 -07:00 committed by GitHub
parent 2eebf4f48d
commit 2c8d54549c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 14 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.304
dotnet-version: 7.0.400
- name: Build
run: ./publish.cmd Release
- name: Migration Changes
@ -78,7 +78,7 @@ jobs:
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.302
dotnet-version: 7.0.400
- name: Build
run: ./publish.sh Release
- name: Test