We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655d5e8 commit b1b6791Copy full SHA for b1b6791
1 file changed
.github/workflows/build.yml
@@ -8,13 +8,13 @@ jobs:
8
runs-on: windows-latest
9
strategy:
10
matrix:
11
- dotnet-version: ['7.0.x' ]
+ dotnet-version: ['10.0.x' ]
12
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-dotnet@v3
16
with:
17
- dotnet-version: '7.0.x'
+ dotnet-version: '10.0.x'
18
19
- name: Restore and build (publish)
20
run: dotnet publish --configuration Release /p:PublishProfile=plugin_owoTrackVR\Properties\PublishProfiles\FolderProfile.pubxml
0 commit comments