mirror of
https://github.com/oliverbooth/VPLink
synced 2024-11-09 22:45:41 +00:00
Oliver Booth
1008d267cc
- Serilog.Extensions.Hosting 8.0.0 - Serilog.Sinks.Console 5.0.1 - Discord.Net 3.13.0 - Microsoft.NET.Test.Sdk 17.8.0 - NSubstitute 5.1.0 - NUnit 4.0.1 - NUnit.Analyzsers 3.10.0
16 lines
466 B
XML
16 lines
466 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net" Version="3.13.0"/>
|
|
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
|
|
<PackageReference Include="VpSharp" Version="0.1.0-nightly.43"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|