Skip to content

Commit da4b99d

Browse files
Fixed pdb reference
[release]
1 parent f4b9b6a commit da4b99d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/WebCompilerTest/WebCompilerTest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="NUglify, Version=1.5.5.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\NUglify.1.5.5\lib\net40\NUglify.dll</HintPath>
39+
<Reference Include="Microsoft.CSharp" />
40+
<Reference Include="NUglify, Version=1.5.12.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
41+
<HintPath>..\..\packages\NUglify.1.5.12\lib\net40\NUglify.dll</HintPath>
4142
</Reference>
4243
<Reference Include="System" />
4344
<Reference Include="System.Xml" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUglify" version="1.5.5" targetFramework="net46" />
3+
<package id="NUglify" version="1.5.12" targetFramework="net46" />
44
</packages>

src/WebCompilerVsix/WebCompilerVsix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<Link>Resources\LICENSE</Link>
9292
<IncludeInVSIX>true</IncludeInVSIX>
9393
</Content>
94-
<Content Include="..\WebCompiler\bin\$(Configuration)\WebCompiler.pdb">
94+
<Content Include="..\WebCompiler\bin\$(Configuration)\net46\WebCompiler.pdb">
9595
<Link>WebCompiler.pdb</Link>
9696
<IncludeInVSIX>true</IncludeInVSIX>
9797
</Content>

0 commit comments

Comments
 (0)