Skip to content

Commit 7483deb

Browse files
Remove version limit
1 parent 0f7e1e5 commit 7483deb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
dotnet-version: 3.1.x
2929
- name: Add msbuild to PATH
3030
uses: microsoft/setup-msbuild@v1.0.2
31-
with:
32-
vs-version: '[16.6,16.9)'
3331
- name: Restore the application
3432
run: msbuild CodeConverter.sln /t:Restore /p:Configuration=$env:BuildTarget /p:Platform=$env:BuildPlatform
3533
- name: Build

0 commit comments

Comments
 (0)