Skip to content

Commit 054cfac

Browse files
authored
Add EntityFrameworkCore to the list of submodules patching in 2.2.1 (#4341)
1 parent 7dc01b6 commit 054cfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/submodules.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<Repository Include="Scaffolding" PatchPolicy="AlwaysUpdate" />
4040
<Repository Include="IISIntegration" RootPath="$(RepositoryRoot)src\IISIntegration\" />
4141
<Repository Include="Templating" RootPath="$(RepositoryRoot)src\Templating\" PatchPolicy="AlwaysUpdateAndCascadeVersions" />
42+
<Repository Include="EntityFrameworkCore" />
4243

4344
<!-- Test-only repos -->
4445
<Repository Include="AuthSamples" RootPath="$(RepositoryRoot)src\AuthSamples\" PatchPolicy="AlwaysUpdateAndCascadeVersions" />
@@ -52,7 +53,6 @@
5253
<ShippedRepository Include="AzureIntegration" RootPath="$(RepositoryRoot)src\AzureIntegration\" />
5354
<ShippedRepository Include="BasicMiddleware" />
5455
<ShippedRepository Include="CORS" RootPath="$(RepositoryRoot)src\CORS\" />
55-
<ShippedRepository Include="EntityFrameworkCore" />
5656
<ShippedRepository Include="HttpSysServer" RootPath="$(RepositoryRoot)src\HttpSysServer\" />
5757
<ShippedRepository Include="Identity" />
5858
<ShippedRepository Include="JavaScriptServices" RootPath="$(RepositoryRoot)src\JavaScriptServices\" />

0 commit comments

Comments
 (0)