From e7c0ade90e983dba3be5b37297bf7abb246165c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Jank=C3=B3?= Date: Tue, 13 Feb 2018 10:12:54 +0100 Subject: [PATCH] re-add netstandard dll to WS.FSharp/tools needed for WIG --- tools/WebSharper.CSharp.paket.template | 2 +- tools/WebSharper.FSharp.paket.template | 46 ++++++++++++++------------ 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/tools/WebSharper.CSharp.paket.template b/tools/WebSharper.CSharp.paket.template index bdfa589ac..0608a5ba6 100644 --- a/tools/WebSharper.CSharp.paket.template +++ b/tools/WebSharper.CSharp.paket.template @@ -28,7 +28,7 @@ files ../build/Release/CSharp/net461/Microsoft.CodeAnalysis.CSharp.dll ==> tools ../build/Release/CSharp/net461/System.Collections.dll ==> tools ../build/Release/CSharp/net461/System.Collections.Immutable.dll ==> tools - ../build/Release/FSharp/net461/System.Console.dll ==> tools + ../build/Release/CSharp/net461/System.Console.dll ==> tools ../build/Release/CSharp/net461/System.Globalization.dll ==> tools ../build/Release/CSharp/net461/System.IO.dll ==> tools ../build/Release/CSharp/net461/System.IO.FileSystem.dll ==> tools diff --git a/tools/WebSharper.FSharp.paket.template b/tools/WebSharper.FSharp.paket.template index c1c9c1c22..6e136157f 100644 --- a/tools/WebSharper.FSharp.paket.template +++ b/tools/WebSharper.FSharp.paket.template @@ -27,27 +27,29 @@ files ../build/Release/FSharp/net461/Mono.Cecil.dll ==> tools ../build/Release/FSharp/net461/Mono.Cecil.Mdb.dll ==> tools ../build/Release/FSharp/net461/Mono.Cecil.Pdb.dll ==> tools - ../build/Release/CSharp/net461/System.Collections.dll ==> tools - ../build/Release/CSharp/net461/System.Collections.Immutable.dll ==> tools + ../build/Release/FSharp/net461/System.Collections.dll ==> tools + ../build/Release/FSharp/net461/System.Collections.Immutable.dll ==> tools ../build/Release/FSharp/net461/System.Console.dll ==> tools - ../build/Release/CSharp/net461/System.Globalization.dll ==> tools - ../build/Release/CSharp/net461/System.IO.dll ==> tools - ../build/Release/CSharp/net461/System.IO.FileSystem.dll ==> tools - ../build/Release/CSharp/net461/System.Linq.dll ==> tools - ../build/Release/CSharp/net461/System.Reflection.dll ==> tools - ../build/Release/CSharp/net461/System.Reflection.Metadata.dll ==> tools - ../build/Release/CSharp/net461/System.Reflection.Primitives.dll ==> tools - ../build/Release/CSharp/net461/System.Resources.ResourceManager.dll ==> tools - ../build/Release/CSharp/net461/System.Runtime.dll ==> tools - ../build/Release/CSharp/net461/System.Runtime.Extensions.dll ==> tools - ../build/Release/CSharp/net461/System.Runtime.InteropServices.dll ==> tools - ../build/Release/CSharp/net461/System.Runtime.Numerics.dll ==> tools - ../build/Release/CSharp/net461/System.Security.Cryptography.Algorithms.dll ==> tools - ../build/Release/CSharp/net461/System.Security.Cryptography.Primitives.dll ==> tools - ../build/Release/CSharp/net461/System.Text.Encoding.dll ==> tools - ../build/Release/CSharp/net461/System.Text.Encoding.Extensions.dll ==> tools - ../build/Release/CSharp/net461/System.Threading.dll ==> tools - ../build/Release/CSharp/net461/System.Threading.Tasks.dll ==> tools - ../build/Release/CSharp/net461/System.ValueTuple.dll ==> tools - ../build/Release/CSharp/net461/System.Xml.XDocument.dll ==> tools + ../build/Release/FSharp/net461/System.Globalization.dll ==> tools + ../build/Release/FSharp/net461/System.IO.dll ==> tools + ../build/Release/FSharp/net461/System.IO.FileSystem.dll ==> tools + ../build/Release/FSharp/net461/System.Linq.dll ==> tools + ../build/Release/FSharp/net461/System.Reflection.dll ==> tools + ../build/Release/FSharp/net461/System.Reflection.Metadata.dll ==> tools + ../build/Release/FSharp/net461/System.Reflection.Primitives.dll ==> tools + ../build/Release/FSharp/net461/System.Resources.ResourceManager.dll ==> tools + ../build/Release/FSharp/net461/System.Runtime.dll ==> tools + ../build/Release/FSharp/net461/System.Runtime.Extensions.dll ==> tools + ../build/Release/FSharp/net461/System.Runtime.InteropServices.dll ==> tools + ../build/Release/FSharp/net461/System.Runtime.Numerics.dll ==> tools + ../build/Release/FSharp/net461/System.Security.Cryptography.Algorithms.dll ==> tools + ../build/Release/FSharp/net461/System.Security.Cryptography.Primitives.dll ==> tools + ../build/Release/FSharp/net461/System.Text.Encoding.dll ==> tools + ../build/Release/FSharp/net461/System.Text.Encoding.Extensions.dll ==> tools + ../build/Release/FSharp/net461/System.Threading.dll ==> tools + ../build/Release/FSharp/net461/System.Threading.Tasks.dll ==> tools + ../build/Release/FSharp/net461/System.ValueTuple.dll ==> tools + ../build/Release/FSharp/net461/System.Xml.XDocument.dll ==> tools + ../build/Release/FSharp/net461/netstandard.dll ==> tools + ../build/Release/FSharp/net461/netstandard.dll.ref ==> tools ../src/compiler/WebSharper.FSharp/runngen.ps1 ==> tools