File tree 2 files changed +3
-3
lines changed
tests/MessagePackAnalyzer.Tests
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<packageSources >
7
7
<clear />
8
8
<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" />
10
10
</packageSources >
11
11
</configuration >
Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" xunit" Version =" 2.4.1" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
16
16
<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 " />
19
19
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 2.10.0" />
20
20
<PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" version =" 2.10.0" />
21
21
</ItemGroup >
You can’t perform that action at this time.
0 commit comments