File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
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
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments