diff --git a/docs/content/RandomAndDistributions.fsx b/docs/content/RandomAndDistributions.fsx
index 70ad1647..713ddb62 100644
--- a/docs/content/RandomAndDistributions.fsx
+++ b/docs/content/RandomAndDistributions.fsx
@@ -220,8 +220,8 @@ unless explicitly disabled by a constructor argument or by setting `Control.Thre
For convenience a few generators provide a thread-safe shared instance
[lang=csharp]
- let a = SystemRandomSource.Default;
- let b = MersenneTwister.Default;
+ var a = SystemRandomSource.Default;
+ var b = MersenneTwister.Default;
Or with the F# module:
*)
diff --git a/docs/tools/build-docs.fsx b/docs/tools/build-docs.fsx
index 1f8d64a8..a9c523ba 100644
--- a/docs/tools/build-docs.fsx
+++ b/docs/tools/build-docs.fsx
@@ -46,7 +46,7 @@ let root = "file://" + (__SOURCE_DIRECTORY__ @@ "../../out/docs")
#endif
// Paths with template/source/output locations
-let bin = __SOURCE_DIRECTORY__ @@ "../../out/lib/net40"
+let bin = __SOURCE_DIRECTORY__ @@ "../../out/lib/Net40"
let content = __SOURCE_DIRECTORY__ @@ "../content"
let output = __SOURCE_DIRECTORY__ @@ "../../out/docs"
let files = __SOURCE_DIRECTORY__ @@ "../files"
diff --git a/src/FSharp/FSharp-Portable136.fsproj b/src/FSharp/FSharp-Portable136.fsproj
index dbfde3a0..39a08a66 100644
--- a/src/FSharp/FSharp-Portable136.fsproj
+++ b/src/FSharp/FSharp-Portable136.fsproj
@@ -40,8 +40,8 @@
-
$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll
+ False
diff --git a/src/FSharp/FSharp-Portable47.fsproj b/src/FSharp/FSharp-Portable47.fsproj
index f169b4e9..9a0f80b9 100644
--- a/src/FSharp/FSharp-Portable47.fsproj
+++ b/src/FSharp/FSharp-Portable47.fsproj
@@ -40,8 +40,8 @@
-
$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll
+ False
diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj
index ee0b6295..66060cb6 100644
--- a/src/FSharp/FSharp.fsproj
+++ b/src/FSharp/FSharp.fsproj
@@ -73,7 +73,7 @@
- True
+ False
diff --git a/src/FSharpExamples/FSharpExamples.fsproj b/src/FSharpExamples/FSharpExamples.fsproj
index 167b9551..0e6f27cb 100644
--- a/src/FSharpExamples/FSharpExamples.fsproj
+++ b/src/FSharpExamples/FSharpExamples.fsproj
@@ -68,7 +68,7 @@
- True
+ False
diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj
index ee30fb75..1e639094 100644
--- a/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj
+++ b/src/FSharpUnitTests/FSharpUnitTests-Portable136.fsproj
@@ -43,7 +43,7 @@
- True
+ False
diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj
index b00b55de..2837fe79 100644
--- a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj
+++ b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj
@@ -43,7 +43,7 @@
- True
+ False
diff --git a/src/FSharpUnitTests/FSharpUnitTests.fsproj b/src/FSharpUnitTests/FSharpUnitTests.fsproj
index dcd6de4d..f64862a7 100644
--- a/src/FSharpUnitTests/FSharpUnitTests.fsproj
+++ b/src/FSharpUnitTests/FSharpUnitTests.fsproj
@@ -51,7 +51,7 @@
- True
+ False