StreamDeckSharp/OpenMacroBoard.SDK/OpenMacroBoard.SDK.csproj
2026-08-03 22:34:16 +02:00

29 lines
873 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<!-- nuget stuff -->
<PropertyGroup>
<Version>7.0.0</Version>
<Title>OpenMacroBoard.SDK</Title>
<Description>Abstraction for macro boards (with LCD keys)</Description>
<RepositoryUrl>https://github.com/OpenMacroBoard/OpenMacroBoard.SDK</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ImageSharp\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<!--<ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
<PackageReference Include="System.Memory" Version="4.6.3" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants>
</PropertyGroup>-->
</Project>