43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp5.0</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<PackOnBuild>true</PackOnBuild>
|
|
<Version>0.2.3</Version>
|
|
<Authors>xRain@SimcuTeam</Authors>
|
|
<Description>AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库</Description>
|
|
<PackageId>Simcu.SimApi</PackageId>
|
|
<IsPackable>true</IsPackable>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<ReleaseVersion>5.0.0</ReleaseVersion>
|
|
<SynchReleaseVersion>false</SynchReleaseVersion>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PackageVersion>5.0.2</PackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'YYApi' " />
|
|
<ItemGroup>
|
|
<Folder Include="Helpers\" />
|
|
<Folder Include="Communications\" />
|
|
<Folder Include="Controllers\" />
|
|
<Folder Include="Middlewares\" />
|
|
<Folder Include="Attributes\" />
|
|
<Folder Include="Exceptions\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.6.3" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.6.3" />
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<DotNetNamingPolicy ResourceNamePolicy="FileFormatDefault" DirectoryNamespaceAssociation="PrefixedHierarchical" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project>
|