Files
LeagueARAMTracker/LeagueAPI/LeagueAPI.csproj
2026-03-13 01:22:28 +01:00

15 lines
361 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.10.0" />
<PackageReference Include="MoonSharp" Version="2.0.0" />
</ItemGroup>
</Project>