Skip to content

Commit ff9fad2

Browse files
committed
Updated version and dependencies
1 parent f12c0e8 commit ff9fad2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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)