Files
UnifiedFlashingPlatform/UnifiedFlashingPlatform.csproj
T
2024-03-04 00:20:01 +01:00

13 lines
251 B
XML

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