Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit d63c005

Browse files
Merge pull request #2578 from xt0rted/anglesharp-fix
Fix anglesharp reference
2 parents 630a1d7 + da7b21f commit d63c005

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/Nancy.Testing.MSBuild/Nancy.Testing.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<Prefer32Bit>false</Prefer32Bit>
9090
</PropertyGroup>
9191
<ItemGroup>
92-
<Reference Include="AngleSharp, Version=0.9.5.41771, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
93-
<HintPath>$(SolutionDir)packages\AngleSharp.0.9.5\lib\net45\AngleSharp.dll</HintPath>
92+
<Reference Include="AngleSharp, Version=0.9.8.1, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
93+
<HintPath>..\..\packages\AngleSharp.0.9.8.1\lib\net45\AngleSharp.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
9696
<Reference Include="System" />
@@ -203,6 +203,9 @@
203203
<Link>Resources\NancyTestingCert.pfx</Link>
204204
</EmbeddedResource>
205205
</ItemGroup>
206+
<ItemGroup>
207+
<None Include="packages.config" />
208+
</ItemGroup>
206209
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207210
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
208211
Other similar extension points exist, see Microsoft.Common.targets.

test/Nancy.Testing.Tests.MSBuild/Nancy.Testing.Tests.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
<OutputPath>bin\MonoRelease\</OutputPath>
7474
<DefineConstants>TRACE;MONO</DefineConstants>
7575
<Optimize>true</Optimize>
76-
<DebugType></DebugType>
76+
<DebugType>
77+
</DebugType>
7778
<PlatformTarget>anycpu</PlatformTarget>
7879
<CodeAnalysisLogFile>bin\Release\Nancy.Testing.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
7980
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
@@ -86,8 +87,8 @@
8687
<Prefer32Bit>false</Prefer32Bit>
8788
</PropertyGroup>
8889
<ItemGroup>
89-
<Reference Include="AngleSharp, Version=0.9.5.41771, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
90-
<HintPath>..\..\packages\AngleSharp.0.9.5\lib\net45\AngleSharp.dll</HintPath>
90+
<Reference Include="AngleSharp, Version=0.9.8.1, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
91+
<HintPath>..\..\packages\AngleSharp.0.9.8.1\lib\net45\AngleSharp.dll</HintPath>
9192
<Private>True</Private>
9293
</Reference>
9394
<Reference Include="FakeItEasy, Version=2.0.0.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)