We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74067b commit c6033b6Copy full SHA for c6033b6
1 file changed
.github/workflows/dotnet.yml
@@ -9,8 +9,7 @@ on:
9
jobs:
10
build:
11
12
- runs-on: windows-2019
13
-# runs-on: windows-latest # error MSB3644: The reference assemblies for .NETFramework,Version=v4.5 were not found.
+ runs-on: windows-latest
14
# runs-on: ubuntu-latest # Error: setup-msbuild can only be run on Windows runners
15
steps:
16
- name: Checkout
0 commit comments