Update Lang Version to 12 ...

This commit is contained in:
2026-06-12 02:10:45 +03:30
parent 54b555797f
commit e460eb624a
+5 -4
View File
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definitions -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelm.xIdentityHelper</PackageId>
<Version>1.0.0</Version>
<LangVersion>12.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelm.xIdentityHelper</PackageId>
<Description>
this module provide all Authorization Constants which used in xSaherElm project.
</Description>
@@ -16,8 +18,7 @@
<!-- Icon Handling -->
<ItemGroup>
<None Include="../../Documents/Resources/Images/favicon.png" Link="icon.png" Pack="true"
PackagePath="\icon.png" />
<None Include="../../Documents/Resources/Images/favicon.png" Link="icon.png" Pack="true" PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Dependencies -->