File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/MessagePackAnalyzer.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <packageSources >
77 <clear />
88 <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
9- <add key =" roslyn-analyzers " value =" https://dotnet.myget.org/F/roslyn-analyzers/api /v3/index.json" protocolVersion = " 3 " />
9+ <add key =" dotnet-tools " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget /v3/index.json" />
1010 </packageSources >
1111</configuration >
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" xunit" Version =" 2.4.1" />
1515 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
1616 <PackageReference Include =" coverlet.collector" Version =" 1.2.0" />
17- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20304.1 " />
18- <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20304.1 " />
17+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20374.2 " />
18+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version =" 1.0.1-beta1.20374.2 " />
1919 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 2.10.0" />
2020 <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" version =" 2.10.0" />
2121 </ItemGroup >
You can’t perform that action at this time.
0 commit comments