<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.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>