C00225155-02/C00225155/MegaRobo.C00225155/MegaRobo.C00225155.DataAccess/MegaRobo.C00225155.DataAcce...

36 lines
1.2 KiB
XML
Raw Permalink Normal View History

2026-04-13 09:12:49 +00:00
<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>