From cc5e4c3098bd37708cf39c8aadaa78ae4c085039 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Sat, 18 Jan 2020 05:53:00 -0800 Subject: [PATCH 1/3] Include System.Buffers in vsix --- vsintegration/Directory.Build.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/vsintegration/Directory.Build.targets b/vsintegration/Directory.Build.targets index bc5c6d7195c..cd83837f798 100644 --- a/vsintegration/Directory.Build.targets +++ b/vsintegration/Directory.Build.targets @@ -18,6 +18,7 @@ + From 203be6902488cc59642865c0500ce184a2907c8f Mon Sep 17 00:00:00 2001 From: Will Smith Date: Sat, 18 Jan 2020 06:04:47 -0800 Subject: [PATCH 2/3] Updated nuspec with System.Buffers --- .../FSharp.Compiler.Private.netcore.nuspec | 1 + .../FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec | 1 + 2 files changed, 2 insertions(+) diff --git a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.netcore.nuspec b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.netcore.nuspec index 9fb4c25cf40..8f148cf1d7d 100644 --- a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.netcore.nuspec +++ b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.netcore.nuspec @@ -33,6 +33,7 @@ + diff --git a/src/fsharp/FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec b/src/fsharp/FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec index 94a727bbcce..c124bcffc21 100644 --- a/src/fsharp/FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec +++ b/src/fsharp/FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec @@ -22,6 +22,7 @@ + From 7dbfe79f6329bec37ee07e1a845131c7707c7daf Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Tue, 21 Jan 2020 18:04:46 -0800 Subject: [PATCH 3/3] Add buffers to output group --- .../FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj index c919f3056b1..e226bcbe98b 100644 --- a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj +++ b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj @@ -27,6 +27,7 @@ +