🎗 fixed assets bug~~

pull/348/head
Monk 4 years ago
parent 40239fcb00
commit e1e941065b

@ -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>

Loading…
Cancel
Save