Files

17 lines
655 B
XML
Raw Permalink Normal View History

2026-04-01 12:46:48 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.6" />
2026-04-10 16:59:24 +02:00
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" />
<PackageReference Include="PipeMethodCalls" Version="4.0.3" />
2026-04-01 12:46:48 +02:00
<PackageReference Include="System.Numerics.Vectors" Version="4.6.1" />
<PackageReference Include="System.Text.Json" Version="10.0.6" />
2026-04-01 12:46:48 +02:00
</ItemGroup>
</Project>