Generator Changes at 11/13/2025 10:28:19 PM +03:30

This commit is contained in:
masoodafar-web
2025-11-13 23:25:14 +03:30
parent 53f43dab2b
commit c028809d08
19 changed files with 1606 additions and 859 deletions

View File

@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.54.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.11" />
<PackageReference Include="KavenegarDotNetCore" Version="1.0.7" />
</ItemGroup>