Files
go-rpi-rgb-led-matrix/depends/rpi-rgb-led-matrix/bindings/c#/examples/PlayGIF/PlayGIF.csproj
nathan ed18dd911a
Some checks failed
build lightwatch / build (push) Failing after 5m6s
removing submodule
2023-09-03 01:14:34 -04:00

13 lines
434 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\RPiRgbLEDMatrix.csproj" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
</ItemGroup>
</Project>