File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
tests/DotNet.ReproducibleBuilds.Tests Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1111 <PackageVersion Include =" FluentAssertions" Version =" 7.2.0" />
1212 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1313 <PackageVersion Include =" MSBuild.ProjectCreation" Version =" 15.0.0" />
14+ <PackageVersion Include =" Polyfill" Version =" 8.8.1" />
1415 <PackageVersion Include =" xunit.v3" Version =" 3.0.1" />
1516 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.4" />
1617 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
4+ <TargetFrameworks >net472; net8.0;net9.0;net10.0</TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7+ <LangVersion >latest</LangVersion >
8+ <OutputType >Exe</OutputType >
79
810 <IsTestProject >true</IsTestProject >
911 </PropertyGroup >
2123 <PrivateAssets >all</PrivateAssets >
2224 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2325 </PackageReference >
26+ <PackageReference Include =" Polyfill" >
27+ <PrivateAssets >all</PrivateAssets >
28+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
29+ </PackageReference >
2430 </ItemGroup >
2531
2632 <ItemGroup >
You can’t perform that action at this time.
0 commit comments