Files
TimetableDesigner/TimetableDesigner.Customs/TimetableDesigner.Customs.csproj

14 lines
304 B
XML
Raw Permalink Normal View History

2023-03-12 17:52:17 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-05-07 17:39:24 +02:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2023-03-12 17:52:17 +01:00
</Project>