Files
DesignPatterns/DecoratorLib/DecoratorLib.csproj
2026-01-20 10:30:21 +01:00

10 lines
226 B
XML

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