diff --git a/.gitmodules b/.gitmodules index b82e14d8d..f560cd590 100644 --- a/.gitmodules +++ b/.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 diff --git a/standards b/shared-infrastructure similarity index 100% rename from standards rename to shared-infrastructure diff --git a/src/SixLabors.Core/SixLabors.Core.csproj b/src/SixLabors.Core/SixLabors.Core.csproj index 61b8fa4b6..eafe9824e 100644 --- a/src/SixLabors.Core/SixLabors.Core.csproj +++ b/src/SixLabors.Core/SixLabors.Core.csproj @@ -36,7 +36,7 @@ - +