mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-27 16:16:24 +00:00
16 lines
424 B
XML
16 lines
424 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AampLibrary" Version="1.0.10" />
|
|
<PackageReference Include="CsYaz0" Version="1.0.2" />
|
|
<PackageReference Include="SarcLibrary" Version="3.1.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|