You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/12/13 15:06:47 UTC

[incubator-openwhisk-runtime-dotnet] branch master updated: Update test artifact to use Newtonsoft.Json 12 (#5)

This is an automated email from the ASF dual-hosted git repository.

jamesthomas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 52eac6c  Update test artifact to use Newtonsoft.Json 12 (#5)
52eac6c is described below

commit 52eac6c50b26b33bf79951b28b72386b937854e7
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Thu Dec 13 07:06:43 2018 -0800

    Update test artifact to use Newtonsoft.Json 12 (#5)
---
 .../Apache.OpenWhisk.Tests.Dotnet/Apache.OpenWhisk.Tests.Dotnet.csproj  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dotnet/Apache.OpenWhisk.Tests.Dotnet/Apache.OpenWhisk.Tests.Dotnet.csproj b/tests/dotnet/Apache.OpenWhisk.Tests.Dotnet/Apache.OpenWhisk.Tests.Dotnet.csproj
index e6bda71..2777248 100644
--- a/tests/dotnet/Apache.OpenWhisk.Tests.Dotnet/Apache.OpenWhisk.Tests.Dotnet.csproj
+++ b/tests/dotnet/Apache.OpenWhisk.Tests.Dotnet/Apache.OpenWhisk.Tests.Dotnet.csproj
@@ -21,7 +21,7 @@
     </PropertyGroup>
 
     <ItemGroup>
-      <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+      <PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
     </ItemGroup>
 
 </Project>