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 6
6
<packageSources >
7
7
8
8
<clear />
9
- <add key =" dotnet-core" value =" https://www.myget.org/F/dotnet-core/api/v3/index.json" />
10
9
<add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
11
10
</packageSources >
12
11
</configuration >
Original file line number Diff line number Diff line change 1
1
2
2
# the version under development, update after a release
3
- $version = ' 4.0.1.9 '
3
+ $version = ' 4.0.1.13 '
4
4
5
5
function isVersionTag ($tag ){
6
6
$v = New-Object Version
@@ -34,7 +34,7 @@ pack(gi .\FSharp.Compiler.Tools.Nuget\FSharp.Compiler.Tools.nuspec)
34
34
# Merge the latest known .NET Core FSharp.Core nuget package with the one we build here
35
35
pushd dotnet- tools
36
36
& 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
38
38
popd
39
39
& copy FSharp.Core.Nuget\* .nupkg lib\release
40
40
& copy FSharp.Compiler.Tools.Nuget\* .nupkg lib\release
Original file line number Diff line number Diff line change 14
14
<package id =" Microsoft.DiaSymReader" version =" 1.0.8" />
15
15
<package id =" FsSrGen" version =" 3.0.0" targetFramework =" net46" />
16
16
<package id =" FSharp.SRGen.Build.Tasks" version =" 3.0.0" targetFramework =" net46" />
17
- <package id =" Microsoft.VisualFSharp.Core.Redist" version =" 1.0.0" />
18
17
<package id =" System.ValueTuple" version =" 4.0.0-rc3-24212-01" />
18
+ <package id =" Microsoft.FSharp.Core.netcore" version =" 1.0.0-alpha-160831" />
19
19
</packages >
You can’t perform that action at this time.
0 commit comments