Add initial project structure with Result type and extension methods

This commit is contained in:
2025-07-23 08:43:59 +02:00
commit 94ad6e57d7
7 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.3" />
</ItemGroup>
</Project>