Update Lang Version to 12 ...

This commit is contained in:
2026-06-12 02:17:07 +03:30
parent c3dc666803
commit bdbf1ea0dc
+5 -4
View File
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<!-- Runtime Definitions -->
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>xSaherElm.xIds</PackageId>
<Version>1.0.0</Version>
<LangVersion>12.0</LangVersion>
<Authors>Hadi Khazaee Asl</Authors>
<PackageId>xSaherElm.xIds</PackageId>
<Company>SaherElm IT Center</Company>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Description>
this project is an Identity Server for xSaherElm projects which provides Authentication and
Authorization of User's.
@@ -39,8 +41,7 @@
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.12" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.2" />
<PackageReference Include="IdentityModel.AspNetCore.AccessTokenValidation"
Version="1.0.0-preview.3" />
<PackageReference Include="IdentityModel.AspNetCore.AccessTokenValidation" Version="1.0.0-preview.3" />
</ItemGroup>
<!-- Ef Core -->