You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
<version>2.16.9</version>
|
|
|
|
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="SpecificationDocument\Assets\index-mini-profiler.html" />
|
|
|
|
<None Remove="SpecificationDocument\Assets\index.html" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="SpecificationDocument\Assets\index-mini-profiler.html" />
|
|
|
|
<EmbeddedResource Include="SpecificationDocument\Assets\index.html" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="2.16.9" />
|
|
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.5" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|