Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRyan Brandenburg <rybrande@microsoft.com>2019-07-12 21:45:46 +0300
committerArtak <34246760+mkArtakMSFT@users.noreply.github.com>2019-07-12 21:45:46 +0300
commitc8fc054096fccbcec3a01e919f0402e68428b57b (patch)
treeb1ecdf67ade23d77b1eef79ba861a542b5684da0 /build
parent59d43346e6578985e9e9570c3ac3bb9154919bad (diff)
Version the SPA template package [release/2.1] (#11774)
* Version the SPA template package * Update src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj * Fix templates
Diffstat (limited to 'build')
-rw-r--r--build/artifacts.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/artifacts.props b/build/artifacts.props
index 075e0d5d20..e51a66c3f8 100644
--- a/build/artifacts.props
+++ b/build/artifacts.props
@@ -145,7 +145,7 @@
<PackageArtifact Include="Microsoft.DotNet.Web.Client.ItemTemplates" Category="shipoob" />
<PackageArtifact Include="Microsoft.DotNet.Web.ItemTemplates" Category="shipoob" />
<PackageArtifact Include="Microsoft.DotNet.Web.ProjectTemplates.2.1" Category="shipoob" />
- <PackageArtifact Include="Microsoft.DotNet.Web.Spa.ProjectTemplates" Category="shipoob" />
+ <PackageArtifact Include="Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1" Category="shipoob" />
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Abstractions" AllMetapackage="true" AppMetapackage="true" Category="ship" />
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Analyzers" Analyzer="true" AllMetapackage="true" AppMetapackage="true" Category="ship" />
<PackageArtifact Include="Microsoft.EntityFrameworkCore.Design" AllMetapackage="true" AppMetapackage="true" Category="ship" />