Skip to content

Commit 7c8c8b4

Browse files
author
Vadim Belov
committed
Update NuGet dependencies to latest patch versions
Bump Microsoft.AspNetCore.*, Microsoft.EntityFrameworkCore.*, Microsoft.Extensions.*, System.Drawing.Common, and related packages from 10.0.0 to 10.0.1. Also update NUnit3TestAdapter to 6.0.0 in test projects. No other code changes included.
1 parent 36b4320 commit 7c8c8b4

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

Sources/EasyExtensions.AspNetCore.Authorization/EasyExtensions.AspNetCore.Authorization.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.AspNetCore\EasyExtensions.AspNetCore.csproj" />
3333
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
34-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="10.0.0" />
35-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.0" />
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" />
3737
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3838
</ItemGroup>
3939

Sources/EasyExtensions.AspNetCore/EasyExtensions.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<ProjectReference Include="..\EasyExtensions\EasyExtensions.csproj" />
3333
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
35-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.0" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
35+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.1" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
3737
</ItemGroup>
3838

3939
</Project>

Sources/EasyExtensions.Clients/EasyExtensions.Clients.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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.0" />
33+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.1" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3535
</ItemGroup>
3636

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="5.2.0" />
23+
<PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
2424
<ProjectReference Include="..\EasyExtensions.Crypto\EasyExtensions.Crypto.csproj" />
2525
<Using Include="NUnit.Framework" />
2626
</ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
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.0" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
3232
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.0" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.1" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3535
</ItemGroup>
3636
</Project>

Sources/EasyExtensions.EntityFrameworkCore/EasyExtensions.EntityFrameworkCore.csproj

Lines changed: 5 additions & 5 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.0" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
37-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.0" />
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
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" />
3939
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4040
</ItemGroup>
4141
</Project>

Sources/EasyExtensions.Tests/EasyExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
20+
<PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
2121
<ProjectReference Include="..\EasyExtensions.Clients\EasyExtensions.Clients.csproj" />
2222
<ProjectReference Include="..\EasyExtensions.Drawing\EasyExtensions.Drawing.csproj" />
2323
<ProjectReference Include="..\EasyExtensions.Fonts\EasyExtensions.Fonts.csproj" />

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="10.0.0" />
33+
<PackageReference Include="System.Drawing.Common" Version="10.0.1" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)