1
0
mirror of https://github.com/oliverbooth/VPLink synced 2024-10-18 12:16:12 +00:00
VPLink/VPLink.Common/VPLink.Common.csproj
Oliver Booth 1008d267cc
chore: update dependencies
- 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
2024-01-06 12:07:26 +00:00

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>