mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-23 13:50:14 +00:00
09965bc514
17.10.2 is that last version that doesn't use a forked newtonsoft.json Also fixes a XUnit warning
15 lines
306 B
XML
15 lines
306 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\_Imports\Test.targets" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\TMDbLib\TMDbLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|