Skip to content

Commit da6d0b6

Browse files
committed
Updated project version to 6.02
1 parent ffd7853 commit da6d0b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "6.0.1",
2+
"version": "6.0.2",
33
"buildOptions": {
44
"debugType": "portable",
55
"emitEntryPoint": false,
@@ -36,7 +36,7 @@
3636
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00029-160805",
3737
"System.Runtime.Serialization.Json": "4.0.2",
3838
"FSharp.Compiler.Service": {
39-
"version": "6.0.1",
39+
"version": "6.0.2",
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": "6.0.1",
2+
"version": "6.0.2",
33
"buildOptions": {
44
"debugType": "portable",
55
"compilerName": "fsc",

tests/service/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
5151
"NUnit": "3.4.1",
52-
"dotnet-test-nunit": "3.4.0-beta-1",
52+
"dotnet-test-nunit": "3.4.0-beta-2",
5353
"FSharp.Compiler.Service": { "target": "project" }
5454
},
5555

0 commit comments

Comments
 (0)