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 7d72269 commit 5c39f62Copy full SHA for 5c39f62
tests/FSharp.Compiler.Service.Tests.netcore/NuGet.Config
@@ -2,5 +2,7 @@
2
<configuration>
3
<packageSources>
4
<add key="fsharp-netcore-preview2" value="https://www.myget.org/F/fsharp-netcoresdk-preview2-betatest/api/v3/index.json" />
5
+ <!-- MSBuild -->
6
+ <add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
7
</packageSources>
8
</configuration>
0 commit comments