Skip to content

Commit 65f37e3

Browse files
committed
Fix break in master
The break came from the take down of a dotnet feed.
1 parent 289bb44 commit 65f37e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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>

tests/MessagePackAnalyzer.Tests/MessagePackAnalyzer.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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>

0 commit comments

Comments
 (0)