Files
TimetableDesigner/TimetableDesigner.Scheduler/TimetableDesigner.Scheduler.csproj

10 lines
206 B
XML
Raw Normal View History

2023-05-07 17:39:24 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>