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

18 lines
584 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>
2023-02-16 18:12:17 +08:00
<Description>WebService相关方法</Description>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0</Version>
2023-02-16 15:25:37 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SoapCore" Version="1.1.0.36" />
</ItemGroup>
</Project>