File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
FluentAssertions.DataSets.Specs Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1515 <PackageReference Include =" PublicApiGenerator" Version =" 11.1.0" />
1616 <PackageReference Include =" Verify.DiffPlex" Version =" 3.1.2" />
1717 <PackageReference Include =" Verify.Xunit" Version =" 28.0.0" />
18- <PackageReference Update =" CSharpGuidelinesAnalyzer" Version =" 3.8.5" >
19- <PrivateAssets >all</PrivateAssets >
20- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21- </PackageReference >
22- <PackageReference Update =" Meziantou.Analyzer" Version =" 2.0.182" >
23- <PrivateAssets >all</PrivateAssets >
24- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25- </PackageReference >
26- <PackageReference Update =" Roslynator.Analyzers" Version =" 4.12.9" >
27- <PrivateAssets >all</PrivateAssets >
28- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29- </PackageReference >
3018 </ItemGroup >
3119
3220 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net47;net6.0</TargetFrameworks >
1010 </PropertyGroup >
1111
1212 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
14- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3 " >
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
14+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1717 </PackageReference >
1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" xunit" Version =" 2.5.3 " />
21+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
2222 <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
2323 <PackageReference Include =" coverlet.collector" Version =" 6.0.2" PrivateAssets =" all" >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments