From 46d4ffc4e3c2ceaa5c02f8bbe2f5ea8904484c84 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 29 Aug 2019 22:52:42 +0200 Subject: [PATCH] [SL.Core] Standards -> SharedInfrastructure --- .gitmodules | 6 +++--- standards => shared-infrastructure | 0 src/SixLabors.Core/SixLabors.Core.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename standards => shared-infrastructure (100%) 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 @@ - +