Skip to content

Commit

Permalink
Merge pull request #43 from rlove/JsonPkg12
Browse files Browse the repository at this point in the history
Newtonsoft.Json 12.0.2 & Cake.Core 0.35.0
  • Loading branch information
gep13 authored Jul 2, 2020
2 parents e94d9d8 + 24720b0 commit 4c9812f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ You can easily reference Cake.Json directly in your build script via a cake addi

```csharp
#addin nuget:?package=Cake.Json
#addin nuget:?package=Newtonsoft.Json&version=11.0.2
#addin nuget:?package=Newtonsoft.Json&version=12.0.2
```

NOTE: It's very important at this point in time to specify the Newtonsoft.Json package *and* the version _11.0.2_ for it.
NOTE: It's very important at this point in time to specify the Newtonsoft.Json package *and* the version _12.0.2_ for it.

## Aliases

Expand Down
6 changes: 3 additions & 3 deletions src/Cake.Json.Tests/Cake.Json.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Cake.Core" Version="0.35.0" />
<PackageReference Include="Cake.Testing" Version="0.35.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NSubstitute" Version="4.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Cake.Json/Cake.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Cake.Core" Version="0.35.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="0.35.0" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>

</Project>

0 comments on commit 4c9812f

Please sign in to comment.