-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzPC.Blazor.App.csproj
More file actions
26 lines (21 loc) · 919 Bytes
/
AzPC.Blazor.App.csproj
File metadata and controls
26 lines (21 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.25" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.13" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\AzPC.Shared\AzPC.Shared.csproj" />
<ProjectReference Include="..\..\AzPC.Libs\AzPC.Libs.csproj" />
</ItemGroup>
</Project>