Browse Source

[SL.Core] Standards -> SharedInfrastructure

af/octree-no-pixelmap
Anton Firszov 7 years ago
parent
commit
46d4ffc4e3
  1. 6
      .gitmodules
  2. 0
      shared-infrastructure
  3. 2
      src/SixLabors.Core/SixLabors.Core.csproj

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

0
standards → shared-infrastructure

2
src/SixLabors.Core/SixLabors.Core.csproj

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

Loading…
Cancel
Save