Skip to content

Commit 0e1bf8d

Browse files
committed
Merge branch 'netcorertm' of https://github.com/enricosada/visualfsharp into enricosada-netcorertm
2 parents 4f0c640 + b693f57 commit 0e1bf8d

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

src/fsharp/FSharp.Compiler.Host.netcore.nuget/Microsoft.FSharp.Compiler.Host.netcore.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<group targetFramework=".NETStandard1.6">
2020
<dependency id="Microsoft.NETCore.Platforms" version="1.0.1" />
2121
<dependency id="Microsoft.NETCore.Runtime.CoreCLR" version="1.0.2" />
22-
<dependency id="Microsoft.NETCore" version="5.0.1-rc2-23911" />
23-
<dependency id="Microsoft.NETCore.ConsoleHost" version="1.0.0-rc2-23911" />
22+
<dependency id="Microsoft.NETCore" version="5.0.1" />
2423
<dependency id="Microsoft.FSharp.Compiler.NetCore" version="$version$" />
2524
</group>
2625
</dependencies>

src/fsharp/FSharp.Compiler.netcore.nuget/Microsoft.FSharp.Compiler.netcore.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<dependency id="System.Reflection.Emit" version="4.0.1" />
2828
<dependency id="System.Reflection.Metadata" version="1.4.1-beta-24227-04" />
2929
<dependency id="System.Runtime.InteropServices" version="4.1.0" />
30-
<dependency id="System.Runtime.InteropServices.PInvoke" version="4.0.0-rc2-24027" />
3130
<dependency id="System.Runtime.Loader" version="4.0.0" />
3231
<dependency id="System.Security.Cryptography.Algorithms" version="4.2.0" />
3332
<dependency id="System.Threading.Tasks.Parallel" version="4.0.1" />

src/fsharp/FSharp.Compiler/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"System.Reflection.Metadata": "1.4.1-beta-24227-04",
1313
"System.Reflection.TypeExtensions": "4.1.0",
1414
"System.Runtime.InteropServices": "4.1.0",
15-
"System.Runtime.InteropServices.PInvoke": "4.0.0-rc2-24027",
1615
"System.Runtime.Loader": "4.0.0",
1716
"System.Security.Cryptography.Algorithms": "4.2.0",
1817
"System.Threading.Tasks.Parallel": "4.0.1",

src/fsharp/FSharp.Core.Unittests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"System.Text.RegularExpressions": "4.1.0",
1111
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027",
1212
"System.Threading.Thread": "4.0.0",
13-
"System.Threading.ThreadPool": "4.0.10",
13+
"System.Threading.ThreadPool": "4.0.10"
1414
},
1515
"runtimes": {
1616
"win7-x86": { },

src/fsharp/FSharp.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.Platforms": "1.0.1",
4-
"Microsoft.NETCore.Runtime": "1.0.2-rc4-24201-00",
4+
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
55
"System.Collections": "4.0.11",
66
"System.Console": "4.0.0",
77
"System.Diagnostics.Debug": "4.0.11",

tests/fsharp/project.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.Platforms": "1.0.1",
4-
"Microsoft.NETCore.Runtime": "1.0.2-rc4-24201-00",
54
"NETStandard.Library": "1.6.0",
65
"System.Collections": "4.0.11",
76
"System.Collections.Immutable":"1.2.0",
@@ -24,7 +23,6 @@
2423
"System.Runtime": "4.1.0",
2524
"System.Runtime.Extensions": "4.1.0",
2625
"System.Runtime.InteropServices": "4.1.0",
27-
"System.Runtime.InteropServices.PInvoke": "4.0.0-rc2-24027",
2826
"System.Runtime.Loader": "4.0.0",
2927
"System.Runtime.Numerics": "4.0.1",
3028
"System.Security.Cryptography.Algorithms": "4.2.0",
@@ -39,11 +37,10 @@
3937
"Microsoft.DiaSymReader.PortablePdb": "1.1.0",
4038
"Microsoft.DiaSymReader": "1.0.8",
4139

42-
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-24027",
43-
"Microsoft.NETCore.TestHost": "1.0.0-rc2-24027",
44-
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
45-
"System.Reflection.Emit.ILGeneration": "4.0.2",
46-
"System.Security.Cryptography.Primitives": "4.0.1",
40+
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
41+
"Microsoft.NETCore.TestHost": "1.0.0",
42+
"System.Reflection.Emit.ILGeneration": "4.0.1",
43+
"System.Security.Cryptography.Primitives": "4.0.0"
4744
},
4845
"runtimes": {
4946
"win7-x86": { },

tests/fsharp/single-test-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ set platform=win7-x64
127127
For %%A in ("%cd%") do (Set TestCaseName=%%~nxA)
128128
set command_line_args=
129129
set command_line_args=%command_line_args% --exec %~d0%~p0..\fsharpqa\testenv\src\deployProj\CompileProj.fsx
130-
set command_line_args=%command_line_args% --targetPlatformName:.NETStandard,Version=v1.5/%platform%
130+
set command_line_args=%command_line_args% --targetPlatformName:.NETStandard,Version=v1.6/%platform%
131131
set command_line_args=%command_line_args% --source:"%~d0%~p0coreclr_utilities.fs" --source:"%sources%"
132132
set command_line_args=%command_line_args% --packagesDir:%~d0%~p0..\..\packages
133133
set command_line_args=%command_line_args% --projectJsonLock:%~d0%~p0project.lock.json

0 commit comments

Comments
 (0)