Explicitly set packable for spec tests (#32475)
* Explicitly set packable for spec tests * Update Microsoft.AspNetCore.Identity.Specification.Tests.csproj
This commit is contained in:
parent
bfc145d038
commit
9558fe40d2
|
|
@ -5,6 +5,7 @@
|
||||||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||||
<PackageTags>aspnetcore;identity;membership</PackageTags>
|
<PackageTags>aspnetcore;identity;membership</PackageTags>
|
||||||
|
<IsPackable>true</IsPackable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -12,7 +13,6 @@
|
||||||
<Reference Include="Microsoft.Extensions.Configuration" />
|
<Reference Include="Microsoft.Extensions.Configuration" />
|
||||||
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
||||||
<Reference Include="Microsoft.Extensions.Logging" />
|
<Reference Include="Microsoft.Extensions.Logging" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Testing" />
|
|
||||||
<Reference Include="xunit.assert" />
|
<Reference Include="xunit.assert" />
|
||||||
<Reference Include="xunit.extensibility.core" />
|
<Reference Include="xunit.extensibility.core" />
|
||||||
<Reference Include="xunit.analyzers" PrivateAssets="All" />
|
<Reference Include="xunit.analyzers" PrivateAssets="All" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue