Files
UnifiedFlashingPlatform/UnifiedFlashingPlatform.csproj
T

13 lines
251 B
XML

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