RobotNet/RobotNet.MapManager/RobotNet.MapManager.csproj
2025-10-15 15:15:53 +07:00

30 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NLog" Version="6.0.3" />
<PackageReference Include="NLog.Web.AspNetCore" Version="6.0.3" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="7.0.0" />
<PackageReference Include="OpenIddict.Validation.SystemNetHttp" Version="7.0.0" />
<PackageReference Include="Minio" Version="6.0.5" />
<PackageReference Include="Serialize.Linq" Version="4.0.167" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RobotNet.MapShares\RobotNet.MapShares.csproj" />
<ProjectReference Include="..\RobotNet.OpenIddictClient\RobotNet.OpenIddictClient.csproj" />
</ItemGroup>
</Project>