File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
StyleCop.Analyzers.Test.CSharp8 Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.6.0" />
2121 <PackageReference Include =" xunit" Version =" 2.4.1" />
2222 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" PrivateAssets =" all" />
23+
24+ <!-- Increase the NuGet.Framworks version to the minimum supported by the net472 build of the testing library -->
25+ <PackageReference Include =" NuGet.Frameworks" Version =" 6.3.1" />
2326 </ItemGroup >
2427
2528 <ItemGroup >
Original file line number Diff line number Diff line change 1818
1919 <ItemGroup >
2020 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 1.3.2" />
21- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.1 -beta1.22081.4 " />
21+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.2 -beta1.23110.2 " />
2222 <PackageReference Include =" Microsoft.VisualStudio.Composition" Version =" 16.1.8" />
2323 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
2424 <PackageReference Include =" xunit" Version =" 2.4.1" />
2525 <PackageReference Include =" Xunit.Combinatorial" Version =" 1.4.1" />
2626 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" PrivateAssets =" all" />
2727
2828 <!-- Make sure NuGet can parse the 'net5.0' TFM -->
29- <PackageReference Include =" NuGet.Frameworks" Version =" 5.6.0 " />
29+ <PackageReference Include =" NuGet.Frameworks" Version =" 5.9.3 " />
3030 </ItemGroup >
3131
3232 <ItemGroup >
You can’t perform that action at this time.
0 commit comments