autotag/AutoTag.cli/AutoTag.cli.csproj

13 lines
274 B
XML
Raw Normal View History

2020-08-17 01:06:06 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-11-17 03:44:03 +01:00
<TargetFramework>net70</TargetFramework>
2020-08-17 01:06:06 +02:00
</PropertyGroup>
<ItemGroup>
2022-03-22 16:02:03 +01:00
<PackageReference Include="TagLibSharp" Version="2.2.0"/>
2020-08-17 01:06:06 +02:00
</ItemGroup>
</Project>