Use auto-setup and update proj refs

This commit is contained in:
2024-04-05 09:09:49 -05:00
parent 2fe006f641
commit b09f5bd336
3 changed files with 46 additions and 14 deletions

View File

@@ -14,11 +14,10 @@
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OapApi.v1.Client\OapApi.v1.Client.csproj" />
<ProjectReference Include="..\OapApi.v1.Client\OapApi.v1.Client.csproj" />
<ProjectReference Include="..\OverseasAutoProtection\Oap.Content.csproj" />
<ProjectReference Include="..\Oap\Oap.csproj" />
</ItemGroup>
</Project>