Falcon.SugarApi/Falcon.SugarApi.WebService/Falcon.SugarApi.WebService.csproj

13 lines
286 B
XML
Raw Normal View History

2023-02-16 15:25:37 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SoapCore" Version="1.1.0.36" />
</ItemGroup>
</Project>