mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-09 23:44:20 +01:00
15 lines
409 B
XML
15 lines
409 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net8.0</TargetFramework>
|
|||
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
<Nullable>enable</Nullable>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\SharpRSS.Core\SharpRSS.Core.csproj" />
|
|||
|
<ProjectReference Include="..\SharpRSS.Data\SharpRSS.Data.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|