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 de16adc commit 5828b77Copy full SHA for 5828b77
.github/workflows/CI-Build.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Step-04 Install .NET
53
uses: actions/setup-dotnet@v3
54
with:
55
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
56
57
- name: Step-05 Restore dependencies
58
run: dotnet restore
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments