Files
UnifiedFlashingPlatform/UnifiedFlashingPlatform.csproj
T
2024-06-24 22:42:31 +02:00

14 lines
290 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>x64;x86;ARM64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WinUSBNet" Version="2.1.0" />
</ItemGroup>
</Project>