remove not-currently-used memory caching nuget

This commit is contained in:
Collin M. Barrett 2018-01-27 08:50:02 -06:00
parent b4f8890e1d
commit ca41064591

View file

@ -26,7 +26,6 @@
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="2.1.0" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.1.2-alpha" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.1.0" />
</ItemGroup>