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 20
20
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.6.0" />
21
21
<PackageReference Include =" xunit" Version =" 2.4.1" />
22
22
<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" />
23
26
</ItemGroup >
24
27
25
28
<ItemGroup >
Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<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 " />
22
22
<PackageReference Include =" Microsoft.VisualStudio.Composition" Version =" 16.1.8" />
23
23
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
24
24
<PackageReference Include =" xunit" Version =" 2.4.1" />
25
25
<PackageReference Include =" Xunit.Combinatorial" Version =" 1.4.1" />
26
26
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" PrivateAssets =" all" />
27
27
28
28
<!-- 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 " />
30
30
</ItemGroup >
31
31
32
32
<ItemGroup >
You can’t perform that action at this time.
0 commit comments