Skip to content

Commit 2c0f958

Browse files
chore(deps): update dependency dotnet-sdk to v9 (#46)
1 parent 158df31 commit 2c0f958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: 9.0.x
2323

2424
- name: Pack
2525
run: dotnet pack -c Release -o out -p:ContinuousIntegrationBuild=true

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.203",
3+
"version": "9.0.101",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)