2021-10-11 23:01:27 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-03-03 23:09:52 +08:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-10-11 23:01:27 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-03-03 23:09:52 +08:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0" PrivateAssets="all" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
|
|
|
|
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
|
2021-10-11 23:01:27 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\..\components\AntDesign.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\src\AntDesign.Components.Authentication\AntDesign.Components.Authentication.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|