Files
homeOn/HomeOnApp/Services.Web.UI/Services.Web.UI.csproj
vpodberezsky ec07c6ab7d add meteo-out
2025-12-13 14:35:36 +03:00

11 lines
299 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
</Project>