Skip to content

Commit 13ee810

Browse files
authored
Develop (#164)
This pull request updates package dependencies and the .NET SDK version to ensure the project uses the latest compatible versions. These changes help maintain security, stability, and access to new features. Dependency version updates: * Upgraded `Identity.Module.API` package from version `2.5.216` to `2.5.218` in `IdentityManager.API.csproj`, ensuring the API uses the latest improvements and fixes. * Updated `Identity.Module.AccountManager` package from version `2.5.41` to `2.5.42` in `MinimalApi.Identity.API.csproj` for enhanced account management functionality. SDK version update: * Increased the .NET SDK version from `8.0.413` to `8.0.415` in `global.json`, allowing the project to build with the latest SDK patches and features.
2 parents c601b9f + e309712 commit 13ee810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IdentityManager.API/IdentityManager.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Identity.Module.API" Version="2.5.216" />
11+
<PackageReference Include="Identity.Module.API" Version="2.5.218" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.413"
3+
"version": "8.0.415"
44
}
55
}

src/MinimalApi.Identity.API/MinimalApi.Identity.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" />
3131
<PackageReference Include="EntityFrameworkCore.Exceptions.Sqlite" Version="8.1.3" />
3232
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
33-
<PackageReference Include="Identity.Module.AccountManager" Version="2.5.41" />
33+
<PackageReference Include="Identity.Module.AccountManager" Version="2.5.42" />
3434
<PackageReference Include="Identity.Module.AuthManager" Version="2.5.40" />
3535
<PackageReference Include="Identity.Module.Core" Version="2.5.129" />
3636
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.39" />

0 commit comments

Comments
 (0)