File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 <packageSources >
77
88 <clear />
9- <add key =" dotnet-core" value =" https://www.myget.org/F/dotnet-core/api/v3/index.json" />
109 <add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
1110 </packageSources >
1211</configuration >
Original file line number Diff line number Diff line change 11
22# the version under development, update after a release
3- $version = ' 4.0.1.9 '
3+ $version = ' 4.0.1.13 '
44
55function isVersionTag ($tag ){
66 $v = New-Object Version
@@ -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
3535pushd 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
3838popd
3939& copy FSharp.Core.Nuget\* .nupkg lib\release
4040& copy FSharp.Compiler.Tools.Nuget\* .nupkg lib\release
Original file line number Diff line number Diff line change 1414 <package id =" Microsoft.DiaSymReader" version =" 1.0.8" />
1515 <package id =" FsSrGen" version =" 3.0.0" targetFramework =" net46" />
1616 <package id =" FSharp.SRGen.Build.Tasks" version =" 3.0.0" targetFramework =" net46" />
17- <package id =" Microsoft.VisualFSharp.Core.Redist" version =" 1.0.0" />
1817 <package id =" System.ValueTuple" version =" 4.0.0-rc3-24212-01" />
18+ <package id =" Microsoft.FSharp.Core.netcore" version =" 1.0.0-alpha-160831" />
1919</packages >
You can’t perform that action at this time.
0 commit comments