Skip to content

Commit c6033b6

Browse files
committed
maybe windows-latest will work now
1 parent c74067b commit c6033b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: windows-2019
13-
# runs-on: windows-latest # error MSB3644: The reference assemblies for .NETFramework,Version=v4.5 were not found.
12+
runs-on: windows-latest
1413
# runs-on: ubuntu-latest # Error: setup-msbuild can only be run on Windows runners
1514
steps:
1615
- name: Checkout

0 commit comments

Comments
 (0)