Skip to content

Commit

Permalink
Fix SimpleInjector.SolrNet.Tests references.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjunge committed Sep 12, 2018
1 parent 63939f2 commit 0834bd8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net46</TargetFramework>
Expand All @@ -9,14 +9,18 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
<PackageReference Include="SimpleInjector" Version="4.3.0" />
<PackageReference Include="SolrNet.Core" Version="1.0.9" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleInjector.SolrNet\SimpleInjector.SolrNet.csproj" />

</ItemGroup>

<ItemGroup>
<Reference Include="System.Net.Http" />
</ItemGroup>

</Project>

0 comments on commit 0834bd8

Please sign in to comment.