Add myget.org aspnetcore-tools to Nuget.config
This commit is contained in:
parent
2d70bb9021
commit
4fb42482d9
|
|
@ -2,6 +2,10 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<!-- Restore sources should be defined in build/sources.props. -->
|
<!--
|
||||||
|
Restore sources should be defined in build/sources.props.
|
||||||
|
The only allowed feed here is myget.org/aspnet-tools which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
|
||||||
|
-->
|
||||||
|
<add key="myget.org aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue