adminsystem/adminsystem.Utils/adminsystem.Utils.csproj

22 lines
696 B
XML
Raw Permalink Normal View History

2024-05-10 11:47:35 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-05-28 15:52:02 +08:00
<PackageReference Include="MaxRev.Gdal.Core" Version="3.8.3.286" />
<PackageReference Include="MaxRev.Gdal.WindowsRuntime.Minimal" Version="3.8.3.259" />
2024-05-10 11:47:35 +08:00
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0-preview.3.24172.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2024-05-28 15:52:02 +08:00
<PackageReference Include="Proj" Version="0.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="basehelper\" />
2024-05-10 11:47:35 +08:00
</ItemGroup>
</Project>