wabbajack/Wabbajack.Server.Lib/Wabbajack.Server.Lib.csproj
Timothy Baldridge 80c0490aeb Update all deps
2022-02-08 21:09:44 -07:00

20 lines
689 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
<ProjectReference Include="..\Wabbajack.Networking.Http.Interfaces\Wabbajack.Networking.Http.Interfaces.csproj" />
<ProjectReference Include="..\Wabbajack.Services.OSIntegrated\Wabbajack.Services.OSIntegrated.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentFTP" Version="37.0.0" />
<PackageReference Include="Nettle" Version="1.3.0" />
</ItemGroup>
</Project>