submodule对gitea不管用,所以直接拉了一份拉格兰
This commit is contained in:
14
Lagrange.Core/Lagrange.Core.Test/Lagrange.Core.Test.csproj
Normal file
14
Lagrange.Core/Lagrange.Core.Test/Lagrange.Core.Test.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Lagrange.Core\Lagrange.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user