We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5514a7b + 78df678 commit cc175cfCopy full SHA for cc175cf
.github/workflows/build.yml
@@ -13,10 +13,10 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
16
- - name: Setup .NET Core
17
- uses: actions/setup-dotnet@v3.2.0
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: 9.0.200
+ dotnet-version: 10.0.x
20
21
- name: Build
22
run: dotnet build --configuration Release
0 commit comments