Mixonomer.NET/Mixonomer/Mixonomer.csproj
2024-01-21 20:50:51 +00:00

24 lines
622 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Mixonomer.Fire\Mixonomer.Fire.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Inflatable.Lastfm" Version="1.2.0" />
<PackageReference Include="SpotifyAPI.Web" Version="7.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Last.fm\" />
</ItemGroup>
</Project>