Skip to content

Commit 3f5081e

Browse files
author
Richard Edwards
committed
Update NuGet packages and bump solution version
- Upgraded Microsoft.IdentityModel.Protocols.OpenIdConnect to 8.17.0 in Umbrella.AspNetCore.WebUtilities - Upgraded StackExchange.Redis to 2.12.14 in Umbrella.Utilities.Threading.Redis - Incremented solution version to 9.1.0-preview-0011 in Directory.Build.props
1 parent 58fd33f commit 3f5081e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AspNetCore/src/Umbrella.AspNetCore.WebUtilities/Umbrella.AspNetCore.WebUtilities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.16.0" />
26+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.17.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

Core/src/Umbrella.Utilities.Threading.Redis/Umbrella.Utilities.Threading.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="DistributedLock.Redis" Version="1.1.1" />
18-
<PackageReference Include="StackExchange.Redis" Version="2.12.1" />
18+
<PackageReference Include="StackExchange.Redis" Version="2.12.14" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>9.1.0-preview-0010</Version>
3+
<Version>9.1.0-preview-0011</Version>
44

55
<Nullable>enable</Nullable>
66
<WarningsAsErrors>nullable</WarningsAsErrors>

0 commit comments

Comments
 (0)