Files
EonaCat.FluentTaskScheduler/EonaCat.FluentScheduler/EonaCat.FluentScheduler.Tester/EonaCat.FluentScheduler.Tester.csproj
2025-12-15 20:29:25 +01:00

15 lines
366 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EonaCat.FluentScheduler\EonaCat.FluentScheduler.csproj" />
</ItemGroup>
</Project>