demo040225_version2/ClassLibrary/ClassLibrary.csproj

20 lines
494 B
XML
Raw Normal View History

2025-03-05 07:02:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2025-05-06 07:41:15 +00:00
<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>
2025-03-05 07:02:00 +00:00
</Project>