Skip to content

Commit ab6b2c9

Browse files
Dependency updates (#597)
Co-authored-by: Jody Donetti <indastria@gmail.com>
1 parent 9b585bc commit ab6b2c9

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

ZiggyCreatures.FusionCache.slnx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
<Folder Name="/Solution Items/">
66
<File Path=".editorconfig" />
77
<File Path="Directory.Build.props" />
8+
<File Path="global.json" />
89
</Folder>
910
<Folder Name="/src/">
1011
<Project Path="src/ZiggyCreatures.FusionCache.AspNetCore.OutputCaching/ZiggyCreatures.FusionCache.AspNetCore.OutputCaching.csproj" />
1112
<Project Path="src/ZiggyCreatures.FusionCache.Backplane.Memory/ZiggyCreatures.FusionCache.Backplane.Memory.csproj" />
1213
<Project Path="src/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj" />
1314
<Project Path="src/ZiggyCreatures.FusionCache.Chaos/ZiggyCreatures.FusionCache.Chaos.csproj" />
1415
<Project Path="src/ZiggyCreatures.FusionCache.Locking.AsyncKeyed/ZiggyCreatures.FusionCache.Locking.AsyncKeyed.csproj" />
15-
<Project Path="src/ZiggyCreatures.FusionCache.Locking.Distributed.Memory/ZiggyCreatures.FusionCache.Locking.Distributed.Memory.csproj"/>
16-
<Project Path="src/ZiggyCreatures.FusionCache.Locking.Distributed.Redis/ZiggyCreatures.FusionCache.Locking.Distributed.Redis.csproj"/>
16+
<Project Path="src/ZiggyCreatures.FusionCache.Locking.Distributed.Memory/ZiggyCreatures.FusionCache.Locking.Distributed.Memory.csproj" />
17+
<Project Path="src/ZiggyCreatures.FusionCache.Locking.Distributed.Redis/ZiggyCreatures.FusionCache.Locking.Distributed.Redis.csproj" />
1718
<Project Path="src/ZiggyCreatures.FusionCache.OpenTelemetry/ZiggyCreatures.FusionCache.OpenTelemetry.csproj" />
1819
<Project Path="src/ZiggyCreatures.FusionCache.Serialization.CysharpMemoryPack/ZiggyCreatures.FusionCache.Serialization.CysharpMemoryPack.csproj" />
1920
<Project Path="src/ZiggyCreatures.FusionCache.Serialization.NeueccMessagePack/ZiggyCreatures.FusionCache.Serialization.NeueccMessagePack.csproj" />

src/ZiggyCreatures.FusionCache.Locking.AsyncKeyed/ZiggyCreatures.FusionCache.Locking.AsyncKeyed.csproj

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

2424
<ItemGroup>
25-
<PackageReference Include="AsyncKeyedLock" Version="8.0.0" />
25+
<PackageReference Include="AsyncKeyedLock" Version="8.0.2" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

tests/SerializerPayloadGenerator/SerializerPayloadGenerator.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.CysharpMemoryPack" Version="2.1.0" />
10-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NeueccMessagePack" Version="2.1.0" />
11-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="2.1.0" />
12-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.ProtoBufNet" Version="2.1.0" />
13-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.ServiceStackJson" Version="2.1.0" />
14-
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.SystemTextJson" Version="2.1.0" />
9+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.CysharpMemoryPack" Version="2.5.0" />
10+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NeueccMessagePack" Version="2.5.0" />
11+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="2.5.0" />
12+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.ProtoBufNet" Version="2.5.0" />
13+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.ServiceStackJson" Version="2.5.0" />
14+
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.SystemTextJson" Version="2.5.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)