Skip to content

Commit 3563558

Browse files
committed
Merge branch 'pr/n61_dotnet-4.8-cleanup' into bugfix
2 parents 3e780c0 + c6033b6 commit 3563558

2 files changed

Lines changed: 3 additions & 4 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

EDSEditorGUI/EDSEditorGUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@
234234
</ProjectReference>
235235
</ItemGroup>
236236
<ItemGroup>
237-
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
237+
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
238238
<Visible>False</Visible>
239-
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
239+
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
240240
<Install>true</Install>
241241
</BootstrapperPackage>
242242
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">

0 commit comments

Comments
 (0)