Files
UnifiedFlashingPlatform/UnifiedFlashingPlatform.csproj
T
2024-06-25 15:50:16 +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>