Remove scaffolding packages

This commit is contained in:
Nate McMaster 2017-06-15 14:16:38 -07:00
parent 29133d4d44
commit 02e4933f49
1 changed files with 0 additions and 16 deletions

View File

@ -47,11 +47,6 @@
<FullMetaPackageProjectReference>
<PrivateAssets>None</PrivateAssets>
</FullMetaPackageProjectReference>
<!-- set PrivateAssets=All to ensure items are excluded from the runtime store -->
<FullMetaPackagePackageNoRuntimeStoreReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>All</PrivateAssets>
</FullMetaPackagePackageNoRuntimeStoreReference>
</ItemDefinitionGroup>
<ItemGroup>
@ -206,17 +201,6 @@
<FullMetaPackagePackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" />
</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>
<FullMetaPackageProjectReference Include="../Microsoft.AspNetCore/Microsoft.AspNetCore.csproj" />
</ItemGroup>