Skip to content

Commit fc35f38

Browse files
author
Vadim Belov
committed
Update NuGet dependencies to latest versions
Upgraded Microsoft.SourceLink.GitHub to 10.0.201 across all projects. Updated Microsoft.AspNetCore, EntityFrameworkCore, and related Microsoft.Extensions packages to 10.0.5. Bumped Sentry.AspNetCore, EasyVault, Gridify, Npgsql.EntityFrameworkCore.PostgreSQL, coverlet.collector, and System.Drawing.Common to their latest versions. No code changes; only .csproj dependency updates.
1 parent b37d2cb commit fc35f38

17 files changed

Lines changed: 37 additions & 37 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3232
<ProjectReference Include="..\EasyExtensions.AspNetCore\EasyExtensions.AspNetCore.csproj" />
3333
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
34-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="10.0.4" />
35-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.4" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.4" />
37-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="10.0.5" />
35+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.5" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.5" />
37+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3838
</ItemGroup>
3939

4040
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3131
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3232
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
33-
<PackageReference Include="Sentry.AspNetCore" Version="6.1.0" />
33+
<PackageReference Include="Sentry.AspNetCore" Version="6.2.0" />
3434
<ProjectReference Include="..\EasyExtensions.AspNetCore\EasyExtensions.AspNetCore.csproj" />
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3636
</ItemGroup>
3737

3838
</Project>

Sources/EasyExtensions.AspNetCore.Stack/EasyExtensions.AspNetCore.Stack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<ProjectReference Include="..\EasyExtensions.EntityFrameworkCore.Npgsql\EasyExtensions.EntityFrameworkCore.Npgsql.csproj" />
3535
<ProjectReference Include="..\EasyExtensions.EntityFrameworkCore\EasyExtensions.EntityFrameworkCore.csproj" />
3636
<ProjectReference Include="..\EasyExtensions.Quartz\EasyExtensions.Quartz.csproj" />
37-
<PackageReference Include="EasyVault" Version="1.0.11" />
38-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
37+
<PackageReference Include="EasyVault" Version="1.0.12" />
38+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3939
</ItemGroup>
4040

4141
</Project>

Sources/EasyExtensions.AspNetCore/EasyExtensions.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3232
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3333
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.9" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
35-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.4" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.4" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.5" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
3737
</ItemGroup>
3838

3939
</Project>

Sources/EasyExtensions.Clients/EasyExtensions.Clients.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3131
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3232
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
33-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.4" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.5" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3535
</ItemGroup>
3636

3737
</Project>

Sources/EasyExtensions.Crypto.Tests/EasyExtensions.Crypto.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="8.0.0">
13+
<PackageReference Include="coverlet.collector" Version="8.0.1">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

Sources/EasyExtensions.Crypto/EasyExtensions.Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ItemGroup>
2929
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3030
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
31-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

Sources/EasyExtensions.Drawing/EasyExtensions.Drawing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3434
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />
3535
<ProjectReference Include="..\EasyExtensions.Fonts\EasyExtensions.Fonts.csproj" />
36-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
36+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3737
</ItemGroup>
3838

3939
</Project>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
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="Microsoft.EntityFrameworkCore" Version="10.0.4" />
32-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.4" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
32+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.5" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3535
</ItemGroup>
3636
<ItemGroup>
3737
<ProjectReference Include="..\EasyExtensions.EntityFrameworkCore\EasyExtensions.EntityFrameworkCore.csproj" />

Sources/EasyExtensions.EntityFrameworkCore/EasyExtensions.EntityFrameworkCore.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
3030
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3131
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
32-
<PackageReference Include="Gridify" Version="2.18.0" />
33-
<PackageReference Include="Gridify.EntityFramework" Version="2.18.0" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.4" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.4" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.4" />
37-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.4" />
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.4" />
39-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.104" PrivateAssets="All" />
32+
<PackageReference Include="Gridify" Version="2.19.0" />
33+
<PackageReference Include="Gridify.EntityFramework" Version="2.19.0" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
37+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.5" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.5" />
39+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
4040
</ItemGroup>
4141
</Project>

0 commit comments

Comments
 (0)