WinGetTestCommon.csproj (342B)
1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <TargetFramework>net8.0-windows</TargetFramework> 5 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\WinGetTestCommon\</OutDir> 6 <Platforms>x64;x86;arm64</Platforms> 7 <OutputType>Library</OutputType> 8 <Nullable>enable</Nullable> 9 </PropertyGroup> 10 </Project>