|
|
|
@ -7,6 +7,16 @@
|
|
|
|
|
<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>
|
|
|
|
@ -17,10 +27,4 @@
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="TaskScheduler\Internal\SpareTimer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|