Skip to content

Commit b0fcf1d

Browse files
authored
Merge pull request #590 from ncave/netcore
.NET Core ProjectCracker - updated version and dependencies
2 parents 8c5c92f + 9e4ebe3 commit b0fcf1d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
55
<!-- MSBuild -->
66
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
7-
7+
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
</packageSources>
99
</configuration>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha-00001",
2+
"version": "1.0.0-alpha-00002",
33
"title": "FSharp.Compiler.Service.ProjectCracker",
44
"authors": [
55
"Microsoft Corporation",
@@ -51,10 +51,10 @@
5151
"type": "platform",
5252
"version": "1.0.0-rc2-3002702"
5353
},
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",
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-*",
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-*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha-00001",
2+
"version": "1.0.0-alpha-00002",
33
"title": "FSharp.Compiler.Service",
44
"authors": [
55
"Microsoft Corporation",

0 commit comments

Comments
 (0)