Skip to content

Commit

Permalink
Fixed pdb reference
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Sep 28, 2018
1 parent f4b9b6a commit da4b99d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/WebCompilerTest/WebCompilerTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NUglify, Version=1.5.5.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.5.5\lib\net40\NUglify.dll</HintPath>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NUglify, Version=1.5.12.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.5.12\lib\net40\NUglify.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
Expand Down
2 changes: 1 addition & 1 deletion src/WebCompilerTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUglify" version="1.5.5" targetFramework="net46" />
<package id="NUglify" version="1.5.12" targetFramework="net46" />
</packages>
2 changes: 1 addition & 1 deletion src/WebCompilerVsix/WebCompilerVsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\WebCompiler\bin\$(Configuration)\WebCompiler.pdb">
<Content Include="..\WebCompiler\bin\$(Configuration)\net46\WebCompiler.pdb">
<Link>WebCompiler.pdb</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down

0 comments on commit da4b99d

Please sign in to comment.