Add aspnet tools myget feed

This commit is contained in:
Nate McMaster 2018-05-29 10:03:19 -07:00
parent 8d1011fe29
commit 9b7f097870
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
<configuration>
<packageSources>
<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>
</configuration>