Skip to content

Commit 5d50d01

Browse files
Update ci-pr.yml
1 parent 8623a87 commit 5d50d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
NETCORE_VERSION: '7.0.x'
8+
NETCORE_VERSION: '9.0.x'
99
PROJECT_NAME: TextEditor
1010

1111
jobs:
@@ -24,4 +24,4 @@ jobs:
2424
run: dotnet restore
2525

2626
- name: Build Text Editor
27-
run: dotnet build -c Release --no-restore src/Blazored.$PROJECT_NAME/Blazored.$PROJECT_NAME.csproj
27+
run: dotnet build -c Release --no-restore src/Blazored.$PROJECT_NAME/Blazored.$PROJECT_NAME.csproj

0 commit comments

Comments
 (0)