Skip to content

Commit 8bf383c

Browse files
committed
add netcore
1 parent 407a760 commit 8bf383c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pack(gi .\FSharp.Compiler.Tools.Nuget\FSharp.Compiler.Tools.nuspec)
3434
# Merge the latest known .NET Core FSharp.Core nuget package with the one we build here
3535
pushd dotnet-tools
3636
& dotnet restore
37-
& dotnet mergenupkg --source ..\FSharp.Core.Nuget\FSharp.Core.$version.nupkg --other ..\packages\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160629\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160629.nupkg --framework netstandard1.6
37+
& dotnet mergenupkg --source ..\FSharp.Core.Nuget\FSharp.Core.$version.nupkg --other ..\packages\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160831\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160831.nupkg --framework netstandard1.6
3838
popd
3939
& copy FSharp.Core.Nuget\*.nupkg lib\release
4040
& copy FSharp.Compiler.Tools.Nuget\*.nupkg lib\release

packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
<package id="FsSrGen" version="3.0.0" targetFramework="net46" />
1616
<package id="FSharp.SRGen.Build.Tasks" version="3.0.0" targetFramework="net46" />
1717
<package id="System.ValueTuple" version="4.0.0-rc3-24212-01" />
18+
<package id="Microsoft.FSharp.Core.netcore" version="1.0.0-alpha-160831" />
1819
</packages>

0 commit comments

Comments
 (0)