Standards -> SharedInfrastructure

This commit is contained in:
Anton Firszov 2019-08-29 22:52:42 +02:00
Родитель 1d17890d60
Коммит f101f81120
3 изменённых файлов: 4 добавлений и 4 удалений

6
.gitmodules поставляемый
Просмотреть файл

@ -1,3 +1,3 @@
[submodule "standards"]
path = standards
url = https://github.com/SixLabors/Standards.git
[submodule "shared-infrastructure"]
path = shared-infrastructure
url = https://github.com/SixLabors/SharedInfrastructure.git

Просмотреть файл

Просмотреть файл

@ -36,7 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\standards\**\*.cs" />
<Compile Include="..\..\shared-infrastructure\**\*.cs" />
</ItemGroup>
<ItemGroup>