Skip to content

Commit 1ba478a

Browse files
committed
fix build
1 parent 729bdbf commit 1ba478a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/fsharp/FSharp.Compiler.Service.MSBuild.v12/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0",
2+
"version": "9.0.1",
33
"buildOptions": {
44
"debugType": "portable",
55
"compilerName": "fsc",
@@ -33,7 +33,7 @@
3333
"System.Reflection.Metadata": "1.4.1-beta-24227-04",
3434
"System.Diagnostics.Process": "4.1.0",
3535
"FSharp.Compiler.Service": {
36-
"version": "8.0.0",
36+
"version": "9.0.1",
3737
"target": "project"
3838
}
3939
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0",
2+
"version": "9.0.1",
33
"buildOptions": {
44
"debugType": "portable",
55
"emitEntryPoint": false,
@@ -36,7 +36,7 @@
3636
"Microsoft.Build.Utilities.Core": "14.3.0",
3737
"System.Runtime.Serialization.Json": "4.0.2",
3838
"FSharp.Compiler.Service": {
39-
"version": "8.0.0",
39+
"version": "9.0.1",
4040
"target": "project"
4141
}
4242
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0",
2+
"version": "9.0.1",
33
"buildOptions": {
44
"debugType": "portable",
55
"compilerName": "fsc",

0 commit comments

Comments
 (0)