Skip to content

Commit f26dd93

Browse files
committed
update dotnet 9.0.x install
1 parent c8f9262 commit f26dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
- uses: actions/checkout@v4
270270
- uses: actions/setup-dotnet@v4
271271
with:
272-
dotnet-version: 9.0.101
272+
dotnet-version: 9.0.x
273273
- run: dotnet restore
274274
- run: dotnet build --no-restore
275275
- run: dotnet pack --no-build

0 commit comments

Comments
 (0)