Skip to content

Commit

Permalink
Missing NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Mangold committed Jan 6, 2019
1 parent 31b0bf4 commit c174f7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
<HintPath>..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data.HashFunction.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=80c9288e394c1322, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.HashFunction.Core.2.0.0\lib\net45\System.Data.HashFunction.Core.dll</HintPath>
</Reference>
<Reference Include="System.Data.HashFunction.Interfaces, Version=2.0.0.0, Culture=neutral, PublicKeyToken=80c9288e394c1322, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.HashFunction.Interfaces.2.0.0\lib\net45\System.Data.HashFunction.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Data.HashFunction.xxHash, Version=2.0.0.0, Culture=neutral, PublicKeyToken=80c9288e394c1322, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.HashFunction.xxHash.2.0.0\lib\net45\System.Data.HashFunction.xxHash.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.3.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.5.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
Expand Down
4 changes: 4 additions & 0 deletions EntityFrameworkCore.CacheableTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net462" />
<package id="System.ComponentModel.Annotations" version="4.5.0" targetFramework="net462" />
<package id="System.Data.HashFunction.Core" version="2.0.0" targetFramework="net462" />
<package id="System.Data.HashFunction.Interfaces" version="2.0.0" targetFramework="net462" />
<package id="System.Data.HashFunction.xxHash" version="2.0.0" targetFramework="net462" />
<package id="System.Diagnostics.DiagnosticSource" version="4.5.1" targetFramework="net462" />
<package id="System.Interactive.Async" version="3.2.0" targetFramework="net462" />
<package id="System.Memory" version="4.5.1" targetFramework="net462" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net462" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net462" />
</packages>

0 comments on commit c174f7e

Please sign in to comment.