jellyfin-srfPlay/TestProxy.csproj
Duncan Tourolle a3fc82f13c
Some checks failed
🏗️ Build Plugin / build (push) Failing after 1m41s
🧪 Test Plugin / test (push) Successful in 1m8s
set dontet version
2025-11-14 20:45:36 +01:00

8 lines
199 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>