Files
Letterboxd-Unwatched-Generator/LetterBoxdUnwatchedGenerator/LetterBoxdUnwatchedGenerator.csproj
Arne Moerman ea58deab8c initial commit
2024-12-15 19:04:29 +01:00

11 lines
239 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>