Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix: Fixing project nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Jan 20, 2019
1 parent 1f11552 commit 92cb0cf
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<ItemGroup>
<PackageReference Include="akavache.core" Version="6.2.3" />
<PackageReference Include="Bogus" Version="25.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Serilog" Version="2.8.0" />
Expand All @@ -23,22 +24,4 @@
<ProjectReference Include="..\SonOfPicasso.Core\SonOfPicasso.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Bogus">
<HintPath>..\..\..\..\.nuget\packages\bogus\25.0.3\lib\netstandard2.0\Bogus.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
<HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions">
<HintPath>..\..\..\..\.nuget\packages\microsoft.extensions.logging.abstractions\2.0.0\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Serilog">
<HintPath>..\..\packages\Serilog.2.7.1\lib\net46\Serilog.dll</HintPath>
</Reference>
<Reference Include="xunit.abstractions">
<HintPath>..\..\..\..\.nuget\packages\xunit.abstractions\2.0.2\lib\netstandard2.0\xunit.abstractions.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 92cb0cf

Please sign in to comment.