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"] [submodule "shared-infrastructure"]
path = standards path = shared-infrastructure
url = https://github.com/SixLabors/Standards.git url = https://github.com/SixLabors/SharedInfrastructure.git

0
standards → shared-infrastructure

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

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

Loading…
Cancel
Save