Remove scaffolding packages
This commit is contained in:
parent
29133d4d44
commit
02e4933f49
|
|
@ -47,11 +47,6 @@
|
||||||
<FullMetaPackageProjectReference>
|
<FullMetaPackageProjectReference>
|
||||||
<PrivateAssets>None</PrivateAssets>
|
<PrivateAssets>None</PrivateAssets>
|
||||||
</FullMetaPackageProjectReference>
|
</FullMetaPackageProjectReference>
|
||||||
<!-- set PrivateAssets=All to ensure items are excluded from the runtime store -->
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference>
|
|
||||||
<Version>$(AspNetCoreVersion)</Version>
|
|
||||||
<PrivateAssets>All</PrivateAssets>
|
|
||||||
</FullMetaPackagePackageNoRuntimeStoreReference>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -206,17 +201,6 @@
|
||||||
<FullMetaPackagePackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" />
|
<FullMetaPackagePackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Contracts" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Core" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Templating" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Utils" />
|
|
||||||
<FullMetaPackagePackageNoRuntimeStoreReference Include="Microsoft.VisualStudio.Web.CodeGenerators.Mvc" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FullMetaPackageProjectReference Include="../Microsoft.AspNetCore/Microsoft.AspNetCore.csproj" />
|
<FullMetaPackageProjectReference Include="../Microsoft.AspNetCore/Microsoft.AspNetCore.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue