1 2 3 4 5 6 7 8 9 10 11 12
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> <Version>1.0.0</Version> </PropertyGroup> <ItemGroup> <PackageReference Include="Gameloop.Vdf" Version="0.6.1" /> </ItemGroup> </Project>