From 8492843fad58ec91bd463c826113faf9cfd323d9 Mon Sep 17 00:00:00 2001 From: Shiv Lakshminarayan Date: Wed, 25 Mar 2020 10:59:23 -0700 Subject: [PATCH] fix: csharp example RandomWriter does not build CDK and JSII versions were not pinned and the latest release included breaking changes. Also modified the dependencies to be pinned to the latest version --- .../src/RandomWriter/RandomWriter.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/csharp/random-writer/src/RandomWriter/RandomWriter.csproj b/csharp/random-writer/src/RandomWriter/RandomWriter.csproj index 1a3dbe32e..f344f9e2d 100644 --- a/csharp/random-writer/src/RandomWriter/RandomWriter.csproj +++ b/csharp/random-writer/src/RandomWriter/RandomWriter.csproj @@ -2,16 +2,16 @@ Exe - netcoreapp3.0 + netcoreapp3.1 - - - - - + + + + + - +