Skip to content

Commit

Permalink
vend: package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
paviad committed Dec 12, 2023
1 parent 148769e commit 526fd71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.4.0" />
<PackageReference Include="Antlr4BuildTasks" Version="12.7.0" />
<PackageReference Include="OneOf" Version="3.0.263" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/Ical.Net/DataTypes/EncodableDataType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Ical.Net.DataTypes
using System.Text.Json.Serialization;

namespace Ical.Net.DataTypes
{
/// <summary>
/// An abstract class from which all iCalendar data types inherit.
Expand Down

0 comments on commit 526fd71

Please sign in to comment.