wabbajack/Wabbajack.Networking.Http.Interfaces/Wabbajack.Networking.Http.Interfaces.csproj
Timothy Baldridge 90f9df6436 Update to .net 8
2023-10-20 20:11:08 +01:00

15 lines
427 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>$(VERSION)</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Wabbajack.Hashing.xxHash64\Wabbajack.Hashing.xxHash64.csproj" />
</ItemGroup>
</Project>