Skip to content

Commit

Permalink
Merge pull request #629 from natidea/addFSDep
Browse files Browse the repository at this point in the history
Package System.IO.FileSystem facade with SDK
  • Loading branch information
natidea authored Jan 11, 2017
2 parents 4f26b91 + 1a6eba2 commit a145dea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Nuget/Microsoft.NET.Sdk.Nuget.targets
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<TFM>net46</TFM>
<DestinationTFM>net46</DestinationTFM>
</CopyLocalAssembly>
<CopyLocalAssembly Include="System.IO.FileSystem">
<Version>4.0.1</Version>
<TFM>net46</TFM>
<DestinationTFM>net46</DestinationTFM>
</CopyLocalAssembly>

<CopyLocalAssembly>
<PackageRelativePath>$([System.String]::Copy('%(Identity)\%(Version)').ToLowerInvariant())</PackageRelativePath>
Expand Down
1 change: 1 addition & 0 deletions src/VsixV3/Microsoft.Net.Sdk.swr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a145dea

Please sign in to comment.