CronTimer/Demo/Demo.csproj
Simon Diesenreiter 216ebeaff5 initial commit
2025-04-15 13:14:56 +02:00

13 lines
263 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\CronTimer.csproj" />
</ItemGroup>
</Project>