Skip to content

Commit 74352b8

Browse files
[infra] Use PublicApiAnalyzers from NuGet.org (#6311)
Co-authored-by: Alan West <[email protected]>
1 parent 1f9fa9f commit 74352b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

NuGet.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33
<packageSources>
44
<clear />
55
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
6-
<add key="dotnet8" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet8/nuget/v3/index.json" />
76
</packageSources>
87

98
<!-- Define mappings by adding package patterns beneath the target source. -->
10-
<!-- *.Tools packages will be restored from ".Net Core Tools", everything else from nuget.org. -->
119
<packageSourceMapping>
1210
<!-- key value for <packageSource> should match key values from <packageSources> element -->
1311
<packageSource key="NuGet">
1412
<package pattern="*" />
1513
</packageSource>
16-
<packageSource key="dotnet8">
17-
<package pattern="Microsoft.CodeAnalysis.PublicApiAnalyzers" />
18-
</packageSource>
1914
</packageSourceMapping>
2015

2116
<disabledPackageSources />

0 commit comments

Comments
 (0)