2020-11-14 08:52:17 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
2020-06-04 13:42:16 +01:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-18 10:38:02 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2020-06-04 13:42:16 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-22 16:31:14 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.17" />
|
2024-03-23 10:19:24 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
|
2024-01-15 10:02:12 +00:00
|
|
|
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
|
2020-06-04 13:42:16 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|