Skip to content

Commit 0fd520b

Browse files
committed
use 160629
1 parent 6d8cd86 commit 0fd520b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<packageSources>
77

88
<clear />
9-
<add key="myget.org fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
109
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
1110
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
1211

appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ pack(gi .\FSharp.Core.Nuget\FSharp.Core.nuspec)
3232
pack(gi .\FSharp.Compiler.Tools.Nuget\FSharp.Compiler.Tools.nuspec)
3333

3434
# Merge the latest known .NET Core FSharp.Core nuget package with the one we build here
35-
& packages\NupkgMerge.1.0.0.1\tools\NupkgMerge.exe -p FSharp.Core.Nuget\FSharp.Core.$version.nupkg -s packages\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160627\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160627.nupkg -o lib\release\FSharp.Core.$version.nupkg
35+
& packages\NupkgMerge.1.0.0.1\tools\NupkgMerge.exe -p FSharp.Core.Nuget\FSharp.Core.$version.nupkg -s packages\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160629\Microsoft.FSharp.Core.netcore.1.0.0-alpha-160629.nupkg -o lib\release\FSharp.Core.$version.nupkg
3636
& copy FSharp.Compiler.Tools.Nuget\*.nupkg lib\release
3737

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +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="NupkgMerge" version="1.0.0.1" />
18-
<package id="Microsoft.FSharp.Core.netcore" version="1.0.0-alpha-160627" />
18+
<package id="Microsoft.FSharp.Core.netcore" version="1.0.0-alpha-160629" />
1919
</packages>

0 commit comments

Comments
 (0)