Web-Development-with-Blazor.../Chapter02/MyBlog/BlazorWebAssembly/Shared/BlazorWebAssembly.Shared.csproj

13 lines
279 B
XML
Raw Normal View History

2023-02-17 15:28:17 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
</Project>