AxibugEmuOnline/AxibugEmuOnline.GameScreenConvert/AxibugEmuOnline.GameScreenConvert.csproj

14 lines
300 B
XML
Raw Normal View History

2025-01-08 18:24:56 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.6.0" />
</ItemGroup>
</Project>