Spotify.NET/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj

14 lines
463 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
2020-05-22 11:23:25 +01:00
<UserSecretsId>da29eac4-4c22-4a7f-b393-379e83b60998</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.Spotify" Version="6.0.3" />
</ItemGroup>
<ItemGroup>
2020-05-22 11:23:25 +01:00
<ProjectReference Include="..\..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
</ItemGroup>
</Project>