Remove unused package references to NuGet.* (#816)

This commit is contained in:
Mike Harder 2017-07-19 11:35:34 -07:00 коммит произвёл GitHub
Родитель 9fda5659fb
Коммит 0063c8f0da
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,6 @@
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<NuGetPackagesVersion>4.0.0</NuGetPackagesVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>

Просмотреть файл

@ -20,8 +20,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NuGet.Packaging" Version="$(NuGetPackagesVersion)" />
<PackageReference Include="NuGet.Protocol.Core.v3" Version="$(NuGetPackagesVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="$(AspNetCoreVersion)" />