2020-11-14 08:52:17 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
2020-06-04 13:42:16 +01:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-11-13 13:43:00 +00:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2020-06-04 13:42:16 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-15 16:23:15 +01:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.5" />
|
2021-04-15 16:20:10 +01:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.5" PrivateAssets="all" />
|
2020-11-10 15:59:48 +00:00
|
|
|
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
|
2020-06-04 13:42:16 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|