PinkConnection2/PC2SSTPlayer/PC2SSTPlayer.csproj
Persephone Bubblegum-Holiday 284cf95265 Add Software
2025-03-31 18:26:04 -07:00

14 lines
358 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="10.0.0-preview.2.25163.2" />
</ItemGroup>
</Project>