Skip to content

Commit

Permalink
update api nuget to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmoudalaskalany committed Jan 19, 2025
1 parent fc93808 commit f16d54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template.Api/Template.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f16d54d

Please sign in to comment.