Firebase/firebaseProject/BlazorWebassemblyPushNotification/Shared/BlazorWebassemblyPushNotification.Shared.csproj
2023-11-09 13:01:58 +05:30

13 lines
279 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
</Project>