File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<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" />
7
6
</packageSources >
8
7
9
8
<!-- 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. -->
11
9
<packageSourceMapping >
12
10
<!-- key value for <packageSource> should match key values from <packageSources> element -->
13
11
<packageSource key =" NuGet" >
14
12
<package pattern =" *" />
15
13
</packageSource >
16
- <packageSource key =" dotnet8" >
17
- <package pattern =" Microsoft.CodeAnalysis.PublicApiAnalyzers" />
18
- </packageSource >
19
14
</packageSourceMapping >
20
15
21
16
<disabledPackageSources />
You can’t perform that action at this time.
0 commit comments