Files
PVabel2026/ImageConverter/ImageConverter.csproj

10 lines
210 B
XML
Raw Permalink Normal View History

2026-02-20 12:23:23 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>