Skip to content

Commit

Permalink
Upgraded NodaTime and SE.Redis minimum versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsagara committed Feb 13, 2024
1 parent 45203ef commit 33363c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>2.0.11</Version>
<Version>2.0.12</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
<Copyright>Copyright 2022-2023</Copyright>
<Copyright>Copyright 2022-2024</Copyright>
<RepositoryUrl>https://github.com/jonsagara/Sagara.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/jonsagara/Sagara.Core</PackageProjectUrl>
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.100",
"version": "8.0.200",
"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.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="StackExchange.Redis" Version="2.7.4" />
<PackageReference Include="StackExchange.Redis" Version="2.7.17" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sagara.Core/Sagara.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="NodaTime" Version="3.1.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 33363c0

Please sign in to comment.