36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="MegaRobo.Authentication">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Authentication.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Contract">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Contract.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.DataAccess">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Entities">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Entities.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Logger">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Logger.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.110" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MegaRobo.C00225155.Entities\MegaRobo.C00225155.Entities.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|