From 1a6eba25dfa7c0626482847fb4d6f3982bb49a0c Mon Sep 17 00:00:00 2001 From: Nat Ayewah Date: Wed, 11 Jan 2017 01:11:39 -0800 Subject: [PATCH] Package System.IO.FileSystem facade with SDK --- build/Nuget/Microsoft.NET.Sdk.Nuget.targets | 5 +++++ src/VsixV3/Microsoft.Net.Sdk.swr | 1 + 2 files changed, 6 insertions(+) diff --git a/build/Nuget/Microsoft.NET.Sdk.Nuget.targets b/build/Nuget/Microsoft.NET.Sdk.Nuget.targets index 4586afdea9..69376aeee1 100644 --- a/build/Nuget/Microsoft.NET.Sdk.Nuget.targets +++ b/build/Nuget/Microsoft.NET.Sdk.Nuget.targets @@ -70,6 +70,11 @@ net46 net46 + + 4.0.1 + net46 + net46 + $([System.String]::Copy('%(Identity)\%(Version)').ToLowerInvariant()) diff --git a/src/VsixV3/Microsoft.Net.Sdk.swr b/src/VsixV3/Microsoft.Net.Sdk.swr index 109acafefb..ca541eb63d 100644 --- a/src/VsixV3/Microsoft.Net.Sdk.swr +++ b/src/VsixV3/Microsoft.Net.Sdk.swr @@ -59,6 +59,7 @@ folder "InstallDir:MSBuild\Sdks\Microsoft.NET.Sdk\tools\net46" file source="$(OutputPath)PackagesLayout\tools\net46\System.Security.Cryptography.Algorithms.dll" file source="$(OutputPath)PackagesLayout\tools\net46\System.Security.Cryptography.Primitives.dll" file source="$(OutputPath)PackagesLayout\tools\net46\System.Threading.Thread.dll" + file source="$(OutputPath)PackagesLayout\tools\net46\System.IO.FileSystem.dll" folder "InstallDir:MSBuild\Sdks\Microsoft.NET.Sdk\tools\netcoreapp1.0" file source="$(OutputPath)PackagesLayout\tools\netcoreapp1.0\Microsoft.DotNet.PlatformAbstractions.dll"