Skip to content

Commit

Permalink
Merge pull request #17 from jonsagara/feature/seredis
Browse files Browse the repository at this point in the history
Fix #16: Upgraded SE.Redis to ensure we're running with the thread-safety fix
  • Loading branch information
jonsagara authored Sep 4, 2024
2 parents c44293a + a809701 commit 6ae038f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.303",
"version": "8.0.400",
"rollForward": "latestPatch"
}
}
2 changes: 1 addition & 1 deletion src/Sagara.Core.Caching/Sagara.Core.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6ae038f

Please sign in to comment.