fints-test/FinTSTest/FinTSTest.csproj
2025-10-24 14:33:20 +02:00

14 lines
364 B
XML

<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>