Skip to content

Commit

Permalink
Update package references across multiple projects
Browse files Browse the repository at this point in the history
Updated package versions in various project files:
- `EasyExtensions.AspNetCore.Authorization.csproj`:
  - `Microsoft.AspNetCore.Authorization` from `8.0.8` to `8.0.10`
  - `Microsoft.Extensions.Hosting.Abstractions` from `8.0.0` to `8.0.1`
  - `Microsoft.AspNetCore.Authentication.JwtBearer` from `8.0.8` to `8.0.10`
- `EasyExtensions.AspNetCore.csproj`:
  - `Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore` from `8.0.8` to `8.0.10`
  - `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.1` to `8.0.2`
- `EasyExtensions.EntityFrameworkCore.Npgsql.csproj`:
  - `NpgSql` from `8.0.4` to `8.0.5`
  - `Npgsql.EntityFrameworkCore.PostgreSQL` from `8.0.4` to `8.0.8`
  - `Microsoft.EntityFrameworkCore.Proxies` from `8.0.8` to `8.0.10`
- `EasyExtensions.EntityFrameworkCore.csproj`:
  - `Microsoft.EntityFrameworkCore.Relational` from `8.0.8` to `8.0.10`
  - `Microsoft.Extensions.Hosting.Abstractions` from `8.0.0` to `8.0.1`
  • Loading branch information
bvdcode committed Oct 15, 2024
1 parent 8e239e9 commit 6688ab2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
<PackageReference Include="NpgSql" Version="8.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.8" />
<PackageReference Include="NpgSql" Version="8.0.5" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.10" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
<PackageReference Include="Gridify" Version="2.14.2" />
<PackageReference Include="Gridify.EntityFramework" Version="2.14.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 6688ab2

Please sign in to comment.