Skip to content

Commit

Permalink
Try without this
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Oct 18, 2024
1 parent c4c31c9 commit 5408f52
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,4 @@
<add key="local" value="true" />
<add key="nuget-only" value="true" />
</disabledPackageSources>
<!-- Define mappings by adding package patterns beneath the target source. -->
<!-- Some packages will restore from different locations, but most will be from `dotnet-public`. -->
<!-- The key value for <packageSource> should match key values from <packageSources> element. -->
<packageSourceMapping>
<packageSource key="local">
<package pattern="Microsoft.Maui.*" />
<package pattern="Microsoft.AspNetCore.Components.WebView.*" />
</packageSource>
<packageSource key="nuget-only">
<package pattern="Microsoft.Maui.*" />
<package pattern="Microsoft.AspNetCore.Components.WebView.*" />
</packageSource>
<!-- <packageSource key="dotnet-tools">
</packageSource> -->
<packageSource key="dotnet-eng">
<package pattern="microsoft.dotnet.*" />
<package pattern="Microsoft.DiaSymReader.*" />
</packageSource>
<packageSource key="dotnet-public">
<package pattern="*" />
<package pattern="Microsoft.DotNet.PlatformAbstractions" />
<package pattern="Microsoft.Maui.*" />
<package pattern="Microsoft.AspNetCore.Components.WebView.*" />
<package pattern="Microsoft.DotNet.ILCompiler" />
</packageSource>
<!-- <packageSource key="benchmark-dotnet-prerelease">
</packageSource> -->
<packageSource key="skiasharp">
<package pattern="_NativeAssets.*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 5408f52

Please sign in to comment.