Skip to content

Commit b1b6791

Browse files
committed
dotnet
1 parent 655d5e8 commit b1b6791

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: windows-latest
99
strategy:
1010
matrix:
11-
dotnet-version: ['7.0.x' ]
11+
dotnet-version: ['10.0.x' ]
1212

1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: '7.0.x'
17+
dotnet-version: '10.0.x'
1818

1919
- name: Restore and build (publish)
2020
run: dotnet publish --configuration Release /p:PublishProfile=plugin_owoTrackVR\Properties\PublishProfiles\FolderProfile.pubxml

0 commit comments

Comments
 (0)