We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9fad2 commit 9e4ebe3Copy full SHA for 9e4ebe3
src/fsharp/FSharp.Compiler.Service.ProjectCracker.netcore/NuGet.Config
@@ -4,6 +4,6 @@
4
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
5
<!-- MSBuild -->
6
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
7
-
+ <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
8
</packageSources>
9
</configuration>
0 commit comments