SharpRSS/SharpRSS.Blazor/SharpRSS.Blazor.csproj

15 lines
418 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SharpRSS.Business\SharpRSS.Business.csproj" />
<ProjectReference Include="..\SharpRSS.Core\SharpRSS.Core.csproj" />
</ItemGroup>
</Project>