Skip to content

Commit edb10ab

Browse files
committed
dotnet-aspnet-codegenerator is another aspnet/Scaffolding package
- also Undo `Templating` removal from `build/submodules.props` - this feels wrong but build broke without this line
1 parent 5d306fe commit edb10ab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/artifacts.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</ItemDefinitionGroup>
1717

1818
<ItemGroup>
19-
<PackageArtifact Include="dotnet-aspnet-codegenerator" Category="ship" />
2019
<PackageArtifact Include="dotnet-dev-certs" Category="ship" />
2120
<PackageArtifact Include="dotnet-ef" Category="ship" />
2221
<PackageArtifact Include="dotnet-sql-cache" Category="ship" />

build/submodules.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</PropertyGroup>
3737

3838
<ItemGroup>
39+
<Repository Include="Templating" PatchPolicy="AlwaysUpdateAndCascadeVersions" RootPath="$(RepositoryRoot)src\Templating\" />
3940
<Repository Include="EntityFrameworkCore" />
4041
</ItemGroup>
4142
</Project>

0 commit comments

Comments
 (0)