Removing AspNetCoreVersion for a package reference

This commit is contained in:
Pawel Kadluczka 2017-09-18 12:13:16 -07:00 committed by Pawel Kadluczka
parent 2efbd6a95a
commit 8c9016cfbd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
</ItemGroup>
</Project>