File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
StyleCop.Analyzers.CodeGeneration
StyleCop.Analyzers.Test.CSharp9 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 <PackageReference Include =" DotNetAnalyzers.DocumentationAnalyzers" Version =" 1.0.0-beta.46" PrivateAssets =" all" />
4848 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.205" PrivateAssets =" all" />
4949 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.0" PrivateAssets =" all" />
50- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeStyle" Version =" 3.8.0-5.final " PrivateAssets =" all" />
50+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeStyle" Version =" 3.8.0" PrivateAssets =" all" />
5151 </ItemGroup >
5252
5353 <!-- C# Compiler -->
5454 <ItemGroup >
55- <PackageReference Include =" Microsoft.Net.Compilers.Toolset" Version =" 3.8.0-5.final " PrivateAssets =" all" />
55+ <PackageReference Include =" Microsoft.Net.Compilers.Toolset" Version =" 3.8.0" PrivateAssets =" all" />
5656 </ItemGroup >
5757
5858 <!-- Public API -->
Original file line number Diff line number Diff line change 1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0-5.final " />
19+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0" />
2020 <PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" 1.0.0-alpha.160" PrivateAssets =" all" />
2121 <PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [3.1.0]" />
2222 </ItemGroup >
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.8.0-5.final " />
20+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.8.0" />
2121 <PackageReference Include =" xunit" Version =" 2.4.1" />
2222 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" PrivateAssets =" all" />
2323 </ItemGroup >
You can’t perform that action at this time.
0 commit comments