File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <packageSources >
44 <clear />
55 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6- <add key =" roslyn" value =" https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
7- <add key =" roslyn-analyzers" value =" https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
6+ <add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
87
98 <!-- Uncomment this to test unpublished builds from the AppVeyor feed. -->
109 <!-- <add key="appveyor-stylecop" value="https://ci.appveyor.com/nuget/stylecopanalyzers" />-->
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.66" PrivateAssets =" all" />
4949 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.0" PrivateAssets =" all" />
50- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeStyle" Version =" 3.6 .0-4.20251.5 " PrivateAssets =" all" />
50+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeStyle" Version =" 3.7 .0-6.20427.1 " PrivateAssets =" all" />
5151 </ItemGroup >
5252
5353 <!-- Public API -->
Original file line number Diff line number Diff line change 1818
1919 <ItemGroup >
2020 <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 1.3.2" />
21- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20214.2 " />
22- <PackageReference Include =" Microsoft.VisualStudio.Composition" Version =" 15.6.36 " />
21+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20453.7 " />
22+ <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.runner.visualstudio" Version =" 2.4.1" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 2424
2525 <ItemGroup >
2626 <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.2.2" />
27- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 2.9.0-beta4-62830-01 " />
28- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.9.0-beta4-62830-01 " />
29- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.9.0-beta4-62830-01 " />
30- <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 2.9.0-beta4-62830-01 " />
27+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 2.9.0" />
28+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.9.0" />
29+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.9.0" />
30+ <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 2.9.0" />
3131 </ItemGroup >
3232
3333 <ItemGroup >
You can’t perform that action at this time.
0 commit comments