Skip to content

Commit

Permalink
In LibSassHost.Native.win-x86 and LibSassHost.Native.win-x64 packages…
Browse files Browse the repository at this point in the history
… solved the problem with duplication of the native assemblies in the `bin` directory of .NET Core application
  • Loading branch information
Taritsyn committed Sep 16, 2017
1 parent 1dcd9ae commit abdf7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ItemGroup Condition=" Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config') ">
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x64\native\libsass.dll">
<Link>x64\libsass.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ItemGroup Condition=" Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config') ">
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x86\native\libsass.dll">
<Link>x86\libsass.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit abdf7ff

Please sign in to comment.