fix deploy config

This commit is contained in:
motahhari
2026-06-03 23:41:55 +03:30
parent ec5eceec80
commit f790f38696
4 changed files with 20 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<SpaRoot>ClientApp\</SpaRoot>