Refactor and add CodeLiturgy.RootUtils
This commit is contained in:
parent
694e4ea311
commit
caa0b11f94
|
@ -19,3 +19,6 @@
|
|||
[submodule "include/CodeLiturgy.Dashboard.Frontend"]
|
||||
path = include/CodeLiturgy.Dashboard.Frontend
|
||||
url = git@git.codeliturgy.com:P0/CodeLiturgy.Dashboard.Frontend.git
|
||||
[submodule "include/CodeLiturgy.RootUtils"]
|
||||
path = include/CodeLiturgy.RootUtils
|
||||
url = git@git.codeliturgy.com:P0/CodeLiturgy.RootUtils.git
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="7.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Capital" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\include\BlueWest.MapTo\src\BlueWest.MapTo\MapTo.props" />
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b7cfb3e42b98b3f154863448a3f2fb204f028337
|
Loading…
Reference in New Issue