Skip to content

Commit

Permalink
JsonDateOnlyConverter as public.
Browse files Browse the repository at this point in the history
  • Loading branch information
o.nadymov committed Jul 17, 2024
1 parent a15005f commit be8809c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Spoleto.Common/JsonConverters/JsonDateOnlyConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class JsonDateOnlyConverter : JsonDateTimeConverterBase
{
protected JsonDateOnlyConverter() : base("yyyy-MM-dd")
public JsonDateOnlyConverter() : base("yyyy-MM-dd")
{
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Spoleto.Common/Spoleto.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit be8809c

Please sign in to comment.