- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <InvariantGlobalization>true</InvariantGlobalization>
- <PublishAot>true</PublishAot>
- <Platforms>AnyCPU;x64</Platforms>
- </PropertyGroup>
- </Project>
|