Adds code

This commit is contained in:
Michel Fedde 2025-10-24 14:33:20 +02:00
commit fbc41da444
15 changed files with 208 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="libfintx.FinTS" Version="1.2.0" />
</ItemGroup>
</Project>