File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1515 <Deterministic >true</Deterministic >
1616 <TargetFrameworkProfile />
1717 </PropertyGroup >
18- <ItemGroup >
19- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies.net40" Version =" 1.0.2" >
20- <PrivateAssets >all</PrivateAssets >
21- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22- </PackageReference >
23- </ItemGroup >
2418 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2519 <DebugSymbols >true</DebugSymbols >
2620 <DebugType >full</DebugType >
Original file line number Diff line number Diff line change 22
33set -euxo pipefail
44
5- curl -L https://www.nuget.org/api/v2/package/Microsoft.NETFramework.ReferenceAssemblies.net40/1.0.3 -o net4.zip
5+ curl -L https://www.nuget.org/api/v2/package/Microsoft.NETFramework.ReferenceAssemblies.net40/1.0.2 -o net4.zip
66
77ls -la " C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0"
88
You can’t perform that action at this time.
0 commit comments