Update Lang Version to 12 ...

This commit is contained in:
2026-06-12 02:17:25 +03:30
parent 6b869e82d8
commit 203ba30056
+4 -2
View File
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<!-- Runtime Definition --> <!-- Runtime Definition -->
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>xSaherElm.xAiApi</PackageId>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<LangVersion>12.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors> <Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company> <Company>SaherElm IT Center</Company>
<PackageId>xSaherElm.xAiApi</PackageId>
<TargetFramework>net8.0</TargetFramework>
<Description> <Description>
a WebAPI Project which contains all Business Logic of xSaherElm Project's AI. a WebAPI Project which contains all Business Logic of xSaherElm Project's AI.
</Description> </Description>