From 041bbd9b82f100f64fe8daaeb831c89eb3810514 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 3 Nov 2012 23:56:24 +0100 Subject: [PATCH] Proper NuGet 2.1 portable lib support for both Numerics and .FSharp packages (instead of .Portable extra packages) --- build/NuGet/nuget-signed.proj | 2 +- build/NuGet/nuget.proj | 35 ++++++++++------------------------- 2 files changed, 11 insertions(+), 26 deletions(-) diff --git a/build/NuGet/nuget-signed.proj b/build/NuGet/nuget-signed.proj index 46c1b93b..1106a9fa 100644 --- a/build/NuGet/nuget-signed.proj +++ b/build/NuGet/nuget-signed.proj @@ -21,7 +21,7 @@ - + diff --git a/build/NuGet/nuget.proj b/build/NuGet/nuget.proj index a2f8d531..0be039be 100644 --- a/build/NuGet/nuget.proj +++ b/build/NuGet/nuget.proj @@ -9,7 +9,6 @@ $(MSBuildProjectDirectory)/../../out/lib $(MSBuildProjectDirectory)/../../out/packages/NuGet $(MSBuildProjectDirectory)/Numerics - $(MSBuildProjectDirectory)/Numerics.Portable $(MSBuildProjectDirectory)/FSharp $(MSBuildProjectDirectory)/Numerics.Sample $(MSBuildProjectDirectory)/FSharp.Sample @@ -20,6 +19,7 @@ + @@ -29,21 +29,18 @@ - + - - - - - - - + + + - - + + + - + @@ -54,9 +51,6 @@ - - - @@ -64,28 +58,20 @@ %(NumericsAssemblyInfo.Version) - %(PortableAssemblyInfo.Version) %(FSharpAssemblyInfo.Version) $(NumericsAssemblyVersion.Substring(0, $(NumericsAssemblyVersion.LastIndexOf('.')))) - $(PortableAssemblyVersion.Substring(0, $(PortableAssemblyVersion.LastIndexOf('.')))) $(FSharpAssemblyVersion.Substring(0, $(FSharpAssemblyVersion.LastIndexOf('.')))) - + - - -