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 158df31 commit 2c0f958Copy full SHA for 2c0f958
.github/workflows/pack.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
23
24
- name: Pack
25
run: dotnet pack -c Release -o out -p:ContinuousIntegrationBuild=true
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.203",
+ "version": "9.0.101",
4
"rollForward": "latestFeature"
5
}
6
0 commit comments