From d64878749da8cca70e4bd37698e28126a55be2b2 Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Sun, 16 Oct 2016 09:34:16 -0700 Subject: [PATCH 1/2] Ensure that portable libraries have correct hintpath for preview 5 --- .../NetCore259Project/Template/PortableLibrary.fsproj | 2 +- .../NetCore78Project/Template/PortableLibrary.fsproj | 2 +- .../NetCoreProject/Template/PortableLibrary.fsproj | 2 +- .../PortableLibraryProject/Template/PortableLibrary.fsproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vsintegration/ProjectTemplates/NetCore259Project/Template/PortableLibrary.fsproj b/vsintegration/ProjectTemplates/NetCore259Project/Template/PortableLibrary.fsproj index 90d6e69e3ba..d31de6246d4 100644 --- a/vsintegration/ProjectTemplates/NetCore259Project/Template/PortableLibrary.fsproj +++ b/vsintegration/ProjectTemplates/NetCore259Project/Template/PortableLibrary.fsproj @@ -38,7 +38,7 @@ FSharp.Core FSharp.Core.dll - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll ..\packages\System.ValueTuple.4.0.0-rc3-24212-01\lib\netstandard1.1\System.ValueTuple.dll diff --git a/vsintegration/ProjectTemplates/NetCore78Project/Template/PortableLibrary.fsproj b/vsintegration/ProjectTemplates/NetCore78Project/Template/PortableLibrary.fsproj index 01fdf785813..0df677930d4 100644 --- a/vsintegration/ProjectTemplates/NetCore78Project/Template/PortableLibrary.fsproj +++ b/vsintegration/ProjectTemplates/NetCore78Project/Template/PortableLibrary.fsproj @@ -38,7 +38,7 @@ FSharp.Core FSharp.Core.dll - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll + $(MSBuildProgramFile32)\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll ..\packages\System.ValueTuple.4.0.0-rc3-24212-01\lib\netstandard1.1\System.ValueTuple.dll diff --git a/vsintegration/ProjectTemplates/NetCoreProject/Template/PortableLibrary.fsproj b/vsintegration/ProjectTemplates/NetCoreProject/Template/PortableLibrary.fsproj index 25f938ab49b..b3fa0e7e6ab 100644 --- a/vsintegration/ProjectTemplates/NetCoreProject/Template/PortableLibrary.fsproj +++ b/vsintegration/ProjectTemplates/NetCoreProject/Template/PortableLibrary.fsproj @@ -38,7 +38,7 @@ FSharp.Core FSharp.Core.dll - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETCore\$(TargetFSharpCoreVersion)\FSharp.Core.dll ..\packages\System.ValueTuple.4.0.0-rc3-24212-01\lib\netstandard1.1\System.ValueTuple.dll diff --git a/vsintegration/ProjectTemplates/PortableLibraryProject/Template/PortableLibrary.fsproj b/vsintegration/ProjectTemplates/PortableLibraryProject/Template/PortableLibrary.fsproj index b518ed976ab..da92ecfac83 100644 --- a/vsintegration/ProjectTemplates/PortableLibraryProject/Template/PortableLibrary.fsproj +++ b/vsintegration/ProjectTemplates/PortableLibraryProject/Template/PortableLibrary.fsproj @@ -37,7 +37,7 @@ FSharp.Core FSharp.Core.dll - $(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETPortable\$(TargetFSharpCoreVersion)\FSharp.Core.dll ..\packages\System.ValueTuple.4.0.0-rc3-24212-01\lib\netstandard1.1\System.ValueTuple.dll From 513f6e2473df58d72eaaf993e163f4359fdc31ed Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Sun, 16 Oct 2016 15:03:46 -0700 Subject: [PATCH 2/2] Replaced missed file --- setup/packages.config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 setup/packages.config diff --git a/setup/packages.config b/setup/packages.config new file mode 100644 index 00000000000..46a7701a755 --- /dev/null +++ b/setup/packages.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + +