Firebase/firebaseProject/BlazorWebassemblyPushNotification/Server/BlazorWebassemblyPushNotification.Server.csproj

20 lines
559 B
XML
Raw Normal View History

2023-11-09 13:01:58 +05:30
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Client\BlazorWebassemblyPushNotification.Client.csproj" />
<ProjectReference Include="..\Shared\BlazorWebassemblyPushNotification.Shared.csproj" />
</ItemGroup>
</Project>