Seenginx/Seenginx/Seenginx.csproj

31 lines
830 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>
2020-04-13 00:21:36 +02:00
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
2020-04-12 20:01:46 +02:00
<Folder Include="wwwroot\images\" />
<Folder Include="wwwroot\js\" />
2020-04-12 20:01:46 +02:00
</ItemGroup>
2020-04-13 00:21:36 +02:00
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.3" />
2020-04-13 23:58:26 +02:00
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
<PackageReference Include="Radzen.Blazor" Version="2.5.8" />
2020-04-13 00:21:36 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Seenginx.Models\Seenginx.Models.csproj" />
</ItemGroup>
2020-04-12 01:37:24 +02:00
</Project>