Make EFCore.Cosmos no-ship package
Fixes https://github.com/aspnet/EntityFrameworkCore/issues/13670
This commit is contained in:
parent
14323b5dd5
commit
b623b9912e
|
|
@ -188,7 +188,7 @@
|
|||
<PackageArtifact Include="Microsoft.DotNet.Web.Spa.ProjectTemplates" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Abstractions" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Analyzers" Category="ship" Analyzer="true" AppMetapackage="true" AllMetapackage="true" />
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Cosmos" Category="ship"/>
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Cosmos" Category="noship"/>
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Design" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.InMemory" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
|
||||
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Proxies" Category="ship"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue