We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8623a87 commit 5d50d01Copy full SHA for 5d50d01
.github/workflows/ci-pr.yml
@@ -5,7 +5,7 @@ on:
5
branches: [ main ]
6
7
env:
8
- NETCORE_VERSION: '7.0.x'
+ NETCORE_VERSION: '9.0.x'
9
PROJECT_NAME: TextEditor
10
11
jobs:
@@ -24,4 +24,4 @@ jobs:
24
run: dotnet restore
25
26
- name: Build Text Editor
27
- run: dotnet build -c Release --no-restore src/Blazored.$PROJECT_NAME/Blazored.$PROJECT_NAME.csproj
+ run: dotnet build -c Release --no-restore src/Blazored.$PROJECT_NAME/Blazored.$PROJECT_NAME.csproj
0 commit comments