Skip to content

Commit 49d394d

Browse files
committed
change the dotnet version
1 parent c3bb6af commit 49d394d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@v4
3030
with:
31-
dotnet-version: 8.0.x
31+
dotnet-version: 8.0
3232
- name: Restore dependencies
3333
run: dotnet restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
3434
- name: Build
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
test1
1+
test2

0 commit comments

Comments
 (0)