2020-11-14 08:52:17 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
2020-06-04 13:42:16 +01:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-10 19:12:12 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-06-04 13:42:16 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-11-10 19:12:12 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
|
2021-12-20 18:26:52 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.1" PrivateAssets="all" />
|
2021-11-10 19:12:12 +00:00
|
|
|
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
|
2020-06-04 13:42:16 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|