We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e6fe8 commit 9da0d65Copy full SHA for 9da0d65
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core @ Latest
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
20
21
- name: Build
22
run: dotnet build ./src/Blazorex.sln
.github/workflows/nuget.yml
@@ -19,7 +19,7 @@ jobs:
23
24
- name: Generate NuGet packages
25
run: dotnet pack ./src/ -c Release
0 commit comments