From b0bfc803e340e1e18f21529e86a8cf3f80c8e66b Mon Sep 17 00:00:00 2001 From: Eicy Date: Tue, 4 Feb 2025 15:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8B=89=E6=A0=BC=E5=85=B0?= =?UTF-8?q?=E7=9A=84nuget=E5=8C=85=EF=BC=8C=E4=BD=BF=E7=94=A8submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ Shrink.csproj | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d51628 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Lagrange"] + path = Lagrange + url = https://github.com/LagrangeDev/Lagrange.Core \ No newline at end of file diff --git a/Shrink.csproj b/Shrink.csproj index e90827a..10a54d1 100644 --- a/Shrink.csproj +++ b/Shrink.csproj @@ -15,7 +15,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive -