Remove the Microsoft.Data.Sqlite submodule
This commit is contained in:
parent
50952529be
commit
f2c1eb73a6
|
|
@ -114,10 +114,6 @@
|
|||
path = modules/MetaPackages
|
||||
url = https://github.com/aspnet/MetaPackages.git
|
||||
branch = release/2.1
|
||||
[submodule "modules/Microsoft.Data.Sqlite"]
|
||||
path = modules/Microsoft.Data.Sqlite
|
||||
url = https://github.com/aspnet/Microsoft.Data.Sqlite.git
|
||||
branch = release/2.1
|
||||
[submodule "modules/MusicStore"]
|
||||
path = modules/MusicStore
|
||||
url = https://github.com/aspnet/MusicStore.git
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<RepositoryBuildOrder Include="Common" Order="1" />
|
||||
<RepositoryBuildOrder Include="Microsoft.Data.Sqlite" Order="1" />
|
||||
<RepositoryBuildOrder Include="Testing" Order="1" />
|
||||
<RepositoryBuildOrder Include="DependencyInjection" Order="2" />
|
||||
<RepositoryBuildOrder Include="FileSystem" Order="2" />
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@
|
|||
<ShippedRepository Include="KestrelHttpServer" />
|
||||
<ShippedRepository Include="Localization" />
|
||||
<ShippedRepository Include="Logging" />
|
||||
<ShippedRepository Include="Microsoft.Data.Sqlite" />
|
||||
<ShippedRepository Include="Mvc" />
|
||||
<ShippedRepository Include="MvcPrecompilation" />
|
||||
<ShippedRepository Include="Options" />
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7b11733e091e937ea6f616ecf56ebc6fcb11955f
|
||||
Subproject commit f6457bccd2bf7ac791e46935dd60110204fdbbee
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3e0cdfefaf5ab605bdf7e82e328315c7aa64edde
|
||||
Loading…
Reference in New Issue