Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Add aspnet tools myget feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed May 29, 2018
1 parent 8d1011f commit 9b7f097
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NuGet.config
Expand Up @@ -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>

0 comments on commit 9b7f097

Please sign in to comment.