Files
Jellyfin-Comments/SmokeTests/SmokeTests.csproj
Gabrieal Jimmy f321976d70 init
2026-07-16 13:14:58 -05:00

15 lines
376 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Jellyfin.Plugin.RedditComments\Jellyfin.Plugin.RedditComments.csproj" />
</ItemGroup>
</Project>