Skip to content

Commit 38813ff

Browse files
committed
Update NuGet package versions across all projects
Upgraded Microsoft.SourceLink.GitHub to 10.0.102 in all .csproj files. Updated various Microsoft and related dependencies (e.g., AspNetCore, EntityFrameworkCore, System.Drawing.Common) to 10.0.2 or newer. Also bumped NUnit3TestAdapter to 6.1.0 in test projects. No code changes; only dependency version updates for improved compatibility and security.
1 parent 198d572 commit 38813ff

17 files changed

Lines changed: 32 additions & 32 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.1" />
35-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.1" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.1" />
37-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="10.0.2" />
35+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.2" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
37+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
3838
</ItemGroup>
3939

4040
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
3333
<PackageReference Include="Sentry.AspNetCore" Version="6.0.0" />
3434
<ProjectReference Include="..\EasyExtensions.AspNetCore\EasyExtensions.AspNetCore.csproj" />
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
3636
</ItemGroup>
3737

3838
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<ProjectReference Include="..\EasyExtensions.EntityFrameworkCore\EasyExtensions.EntityFrameworkCore.csproj" />
3636
<ProjectReference Include="..\EasyExtensions.Quartz\EasyExtensions.Quartz.csproj" />
3737
<PackageReference Include="EasyVault" Version="1.0.10" />
38-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
38+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
3939
</ItemGroup>
4040

4141
</Project>

Sources/EasyExtensions.AspNetCore/EasyExtensions.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
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="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
35-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.1" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
33+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.9" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.2" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />
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.1" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.2" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" 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
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="NUnit3TestAdapter" Version="6.0.1" />
23+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
2424
<ProjectReference Include="..\EasyExtensions.Crypto\EasyExtensions.Crypto.csproj" />
2525
<Using Include="NUnit.Framework" />
2626
</ItemGroup>

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="8.0.0" PrivateAssets="All" />
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" 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="8.0.0" PrivateAssets="All" />
36+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
3737
</ItemGroup>
3838

3939
</Project>

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

Lines changed: 3 additions & 3 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.1" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
3232
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.1" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.2" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
3535
</ItemGroup>
3636
<ItemGroup>
3737
<ProjectReference Include="..\EasyExtensions.EntityFrameworkCore\EasyExtensions.EntityFrameworkCore.csproj" />

Sources/EasyExtensions.EntityFrameworkCore/EasyExtensions.EntityFrameworkCore.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3232
<PackageReference Include="Gridify" Version="2.17.2" />
3333
<PackageReference Include="Gridify.EntityFramework" Version="2.17.2" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.1" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
37-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.1" />
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.1" />
39-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.2" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />
37+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.2" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.2" />
39+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
4040
</ItemGroup>
4141
</Project>

0 commit comments

Comments
 (0)