demo040225_version2/ClassLibrary/ClassLibrary.csproj
2025-05-06 10:41:15 +03:00

20 lines
494 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OxyPlot.ImageSharp" Version="2.2.0" />
<PackageReference Include="SixLabors.Fonts" Version="2.1.2" />
<PackageReference Include="xunit" Version="2.9.3" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>