2017-12-04 18:10:33 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2017-05-04 01:54:03 -04:00
|
|
|
<PropertyGroup>
|
2017-12-04 18:10:33 -06:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2019-01-26 10:09:13 -06:00
|
|
|
<Platforms>AnyCPU</Platforms>
|
2020-02-23 17:58:20 -05:00
|
|
|
<Authors>ACEmulator Contributors</Authors>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<RepositoryUrl>https://github.com/ACEmulator/ACE</RepositoryUrl>
|
|
|
|
|
<PackageProjectUrl>https://emulator.ac</PackageProjectUrl>
|
2026-02-15 13:41:34 -05:00
|
|
|
<Copyright>© 2017-2026 ACEmulator Team and Contributors</Copyright>
|
2020-02-23 17:58:20 -05:00
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
|
<Description>Asheron's Call server emulator</Description>
|
|
|
|
|
<Company>ACEmulator</Company>
|
|
|
|
|
<Version>1.0.0</Version>
|
2017-05-04 01:54:03 -04:00
|
|
|
</PropertyGroup>
|
2017-12-04 18:10:33 -06:00
|
|
|
|
2017-05-04 01:54:03 -04:00
|
|
|
<ItemGroup>
|
2024-09-30 12:21:28 -04:00
|
|
|
<PackageReference Include="log4net" Version="2.0.17" />
|
2026-07-22 13:23:00 -04:00
|
|
|
<PackageReference Include="System.Drawing.Common" Version="10.0.10" />
|
2026-07-22 13:15:41 -04:00
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.10" />
|
2017-05-04 01:54:03 -04:00
|
|
|
</ItemGroup>
|
2017-12-04 18:10:33 -06:00
|
|
|
|
2017-05-04 01:54:03 -04:00
|
|
|
<ItemGroup>
|
2017-12-04 18:10:33 -06:00
|
|
|
<ProjectReference Include="..\ACE.Entity\ACE.Entity.csproj" />
|
2017-05-04 01:54:03 -04:00
|
|
|
</ItemGroup>
|
2017-12-04 18:10:33 -06:00
|
|
|
|
2020-02-23 17:58:20 -05:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\LICENSE">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-06-16 12:16:22 -04:00
|
|
|
<ItemGroup>
|
|
|
|
|
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-4f7c-pmjv-c25w" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-12-04 18:10:33 -06:00
|
|
|
</Project>
|