Skip to content

Commit 24eb41b

Browse files
committed
Update NuGet package dependencies
Updated various NuGet package dependencies across multiple project files to their latest versions. Key updates include: - `Microsoft.AspNetCore.Authorization`, `Microsoft.Extensions.Hosting.Abstractions`, `Microsoft.AspNetCore.Authentication.JwtBearer` to 9.0.3 in `EasyExtensions.AspNetCore.Authorization.csproj` - `Sentry.AspNetCore` to 5.3.0 and `System.Text.Encodings.Web` to 9.0.3 in `EasyExtensions.AspNetCore.Sentry.csproj` - `Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore`, `Microsoft.Extensions.DependencyInjection.Abstractions`, `System.Text.Encodings.Web` to 9.0.3 in `EasyExtensions.AspNetCore.csproj` - Added `SixLabors.ImageSharp` version 3.1.7 in `EasyExtensions.Drawing.csproj` - `Npgsql.EntityFrameworkCore.PostgreSQL` to 9.0.4 and `Microsoft.EntityFrameworkCore.Proxies` to 9.0.3 in `EasyExtensions.EntityFrameworkCore.Npgsql.csproj` - `Microsoft.EntityFrameworkCore`, `Microsoft.EntityFrameworkCore.Relational`, `Microsoft.Extensions.DependencyInjection.Abstractions`, `Microsoft.Extensions.Hosting.Abstractions` to 9.0.3 in `EasyExtensions.EntityFrameworkCore.csproj` - `Quartz.AspNetCore` to 3.14.0 in `EasyExtensions.Quartz.csproj` - `System.Drawing.Common` to 9.0.3 in `EasyExtensions.Windows.csproj`
1 parent 5950bcc commit 24eb41b

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

Sources/EasyExtensions.AspNetCore.Authorization/EasyExtensions.AspNetCore.Authorization.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
2929
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3030
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.2" />
32-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
33-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.3" />
32+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" />
33+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.3" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3535
</ItemGroup>
3636
</Project>

Sources/EasyExtensions.AspNetCore.Sentry/EasyExtensions.AspNetCore.Sentry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
2929
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3030
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
31-
<PackageReference Include="Sentry.AspNetCore" Version="5.1.1" />
32-
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" />
31+
<PackageReference Include="Sentry.AspNetCore" Version="5.3.0" />
32+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.3" />
3333
<ProjectReference Include="..\EasyExtensions.AspNetCore\EasyExtensions.AspNetCore.csproj" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3535
</ItemGroup>

Sources/EasyExtensions.AspNetCore/EasyExtensions.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3131
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
3232
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
33-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.2" />
34-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" />
35-
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" />
33+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.3" />
34+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
35+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.3" />
3636
</ItemGroup>
3737
</Project>

Sources/EasyExtensions.Drawing/EasyExtensions.Drawing.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3131
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3232
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
33+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
3334
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.5" />
3435
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3536
</ItemGroup>

Sources/EasyExtensions.EntityFrameworkCore.Npgsql/EasyExtensions.EntityFrameworkCore.Npgsql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2929
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3030
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
31-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.2" />
31+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.3" />
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3434
</ItemGroup>
3535
</Project>

Sources/EasyExtensions.EntityFrameworkCore/EasyExtensions.EntityFrameworkCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3232
<PackageReference Include="Gridify" Version="2.16.2" />
3333
<PackageReference Include="Gridify.EntityFramework" Version="2.16.2" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.2" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" />
37-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.3" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
37+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" />
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3939
</ItemGroup>
4040
</Project>

Sources/EasyExtensions.Quartz/EasyExtensions.Quartz.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2828
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
2929
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
30-
<PackageReference Include="Quartz.AspNetCore" Version="3.13.1" />
30+
<PackageReference Include="Quartz.AspNetCore" Version="3.14.0" />
3131
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3232
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3333
</ItemGroup>

Sources/EasyExtensions.Windows/EasyExtensions.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3131
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3232
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
33-
<PackageReference Include="System.Drawing.Common" Version="9.0.2" />
33+
<PackageReference Include="System.Drawing.Common" Version="9.0.3" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)