Skip to content

Commit

Permalink
Fix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed Nov 17, 2023
1 parent 5f76c75 commit 80b339e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClockworkFramework.Core/ClockworkFramework.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Version>6.3.0</Version>
<Version>6.4.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>

0 comments on commit 80b339e

Please sign in to comment.