Skip to content

Commit c612d13

Browse files
committed
fix version to use corefx rc2, rc3 is wrong and not yet published
1 parent 179a08f commit c612d13

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/fsharp/FSharp.Compiler.Service.ProjectCracker.netcore/NuGet.Config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
<configuration>
33
<packageSources>
44
<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+
58
</packageSources>
69
</configuration>

src/fsharp/FSharp.Compiler.Service.ProjectCracker.netcore/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"type": "platform",
5252
"version": "1.0.0-rc2-3002702"
5353
},
54-
"Microsoft.Build": "0.1.0-preview-*",
55-
"Microsoft.Build.Framework": "0.1.0-preview-*",
56-
"Microsoft.Build.Tasks.Core": "0.1.0-preview-*",
57-
"Microsoft.Build.Utilities.Core": "0.1.0-preview-*",
54+
"Microsoft.Build": "0.1.0-preview-00022",
55+
"Microsoft.Build.Framework": "0.1.0-preview-00022",
56+
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00022",
57+
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00022",
5858
"System.Runtime.Serialization.Json": "4.0.2-rc2-*",
5959
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
6060
"FSharp.Compiler.Service.netcore": "1.0.0-alpha-*",

0 commit comments

Comments
 (0)