Commit 8317b59a authored by 阿星Plus's avatar 阿星Plus

The path to adjust

parent 71223cfd
......@@ -41,7 +41,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plus.Services.Test", "test\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plus.Services.Dto.Test", "test\Plus.Services.Dto.Test\Plus.Services.Dto.Test.csproj", "{0F6DE8F7-14C0-4205-B14D-10DA2FEEB9D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plus.MongoDb.Test", "Plus.MongoDb.Test\Plus.MongoDb.Test.csproj", "{D6796121-03B4-419D-B75E-560B29EFD06C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plus.MongoDb.Test", "test\Plus.MongoDb.Test\Plus.MongoDb.Test.csproj", "{D6796121-03B4-419D-B75E-560B29EFD06C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
......@@ -9,12 +9,12 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Plus\Plus.csproj" />
<ProjectReference Include="..\test\Plus.Core.Tests\Plus.Core.Tests.csproj" />
<Folder Include="Mappers\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Mappers\" />
<ProjectReference Include="..\..\src\Plus\Plus.csproj" />
<ProjectReference Include="..\Plus.Core.Tests\Plus.Core.Tests.csproj" />
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment