wabbajack/Wabbajack.Server.Lib/Wabbajack.Server.Lib.csproj

24 lines
788 B
XML
Raw Normal View History

2021-09-27 12:42:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-10-20 19:11:08 +00:00
<TargetFramework>net8.0</TargetFramework>
2021-09-27 12:42:46 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
2022-10-07 22:57:12 +00:00
<PropertyGroup>
<NoWarn>CS8600,CS8601,CS8618,CS8604</NoWarn>
</PropertyGroup>
2021-09-27 12:42:46 +00:00
<ItemGroup>
2022-01-20 21:30:13 +00:00
<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" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentFTP" Version="48.0.3" />
<PackageReference Include="Nettle" Version="3.0.0" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
</Project>