1 parent 23257cb commit d8fdb22Copy full SHA for d8fdb22
1 file changed
.github/workflows/dotnetcore.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v4
17
with:
18
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
19
- name: Build with dotnet
20
run: dotnet build -c Release
21
- name: Test with dotnet
0 commit comments