Seenginx/Seenginx/Seenginx.csproj

13 lines
264 B
XML
Raw Normal View History

2020-04-12 01:37:24 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
2020-04-12 20:01:46 +02:00
<ItemGroup>
<Folder Include="wwwroot\fonts\" />
<Folder Include="wwwroot\images\" />
</ItemGroup>
2020-04-12 01:37:24 +02:00
</Project>