2019-11-12 14:02:30 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
<PropertyGroup>
|
2020-04-22 08:16:42 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-05-22 11:23:25 +01:00
|
|
|
|
<UserSecretsId>da29eac4-4c22-4a7f-b393-379e83b60998</UserSecretsId>
|
2019-11-12 14:02:30 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2020-05-22 11:23:25 +01:00
|
|
|
|
<PackageReference Include="AspNet.Security.OAuth.Spotify" Version="3.1.1" />
|
2019-11-19 09:37:42 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-05-22 11:23:25 +01:00
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
|
2019-11-12 14:02:30 +00:00
|
|
|
|
</ItemGroup>
|
2020-04-22 08:16:42 +01:00
|
|
|
|
</Project>
|