2020-05-15 19:06:24 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2020-05-15 20:41:53 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-11-10 19:12:12 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-05-25 17:00:38 +01:00
|
|
|
<LangVersion>8.0</LangVersion>
|
|
|
|
<Nullable>enable</Nullable>
|
2020-05-15 20:41:53 +01:00
|
|
|
</PropertyGroup>
|
2020-05-15 19:06:24 +01:00
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-08 15:40:11 +01:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2020-05-15 19:06:24 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
2020-05-15 20:41:53 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj" />
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
|
|
|
|
</ItemGroup>
|
2020-05-15 19:06:24 +01:00
|
|
|
|
|
|
|
</Project>
|