mirror of
https://github.com/oliverbooth/VPLink
synced 2024-11-09 23:45:40 +00:00
16 lines
466 B
XML
16 lines
466 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net" Version="3.12.0"/>
|
|
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
|
|
<PackageReference Include="VpSharp" Version="0.1.0-nightly.43"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|