File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4+ <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
5+ <NoWarn >$(NoWarn);NU1507</NoWarn >
6+ </PropertyGroup >
7+ <ItemGroup >
8+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
9+ <PackageVersion Include =" NUnit" Version =" 4.2.2" />
10+ <PackageVersion Include =" NUnit.Analyzers" Version =" 4.3.0" />
11+ <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0" />
12+ <PackageVersion Include =" System.Drawing.Common" Version =" 8.0.10" />
13+ </ItemGroup >
14+ </Project >
Original file line number Diff line number Diff line change 7575 </Target >
7676
7777 <ItemGroup Condition =" '$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0-windows' And '$(TargetFramework)' != 'net6.0-windows'" >
78- <PackageReference Include =" System.Drawing.Common" Version = " 8.0.8 " />
78+ <PackageReference Include =" System.Drawing.Common" />
7979 </ItemGroup >
8080
8181 <Target Name =" UpdateREADME" BeforeTargets =" Build" >
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.11.0 " />
14- <PackageReference Include =" NUnit.Analyzers" Version = " 4.3.0 " >
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
14+ <PackageReference Include =" NUnit.Analyzers" >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 </PackageReference >
18- <PackageReference Include =" NUnit3TestAdapter" Version = " 4.6.0 " >
18+ <PackageReference Include =" NUnit3TestAdapter" >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" NUnit" Version = " 4.2.2 " ></PackageReference >
22+ <PackageReference Include =" NUnit" ></PackageReference >
2323 </ItemGroup >
2424
2525 <ItemGroup >
You can’t perform that action at this time.
0 commit comments