取消拉格兰的nuget包,使用submodule

This commit is contained in:
2025-02-04 15:29:22 +08:00
parent f6fd688f9f
commit b0bfc803e3
2 changed files with 3 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "Lagrange"]
path = Lagrange
url = https://github.com/LagrangeDev/Lagrange.Core

View File

@@ -15,7 +15,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Lagrange.Core" Version="0.3.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SSH.NET" Version="2024.2.0" />