Update package versions for UserManager and DigitalData.Core.API

- Updated `UserManager` from `1.0.0` to `1.1.0` in
  `EnvelopeGenerator.Application.csproj` and
  `EnvelopeGenerator.Infrastructure.csproj`.

- Updated `DigitalData.Core.API` from `2.2.0` to `2.2.1` in
  `EnvelopeGenerator.GeneratorAPI.csproj`,
  `EnvelopeGenerator.Tests.Application.csproj`, and
  `EnvelopeGenerator.Web.csproj`.
This commit is contained in:
2025-06-26 14:17:48 +02:00
parent f8a7239041
commit db05183137
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<PackageReference Include="Otp.NET" Version="1.4.0" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="QRCoder-ImageSharp" Version="0.10.0" />
<PackageReference Include="UserManager" Version="1.0.0" />
<PackageReference Include="UserManager" Version="1.1.0" />
</ItemGroup>
<ItemGroup>