From 5266a623cd6950cca35da5dc7ca79cb71a91e5bf Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 16 Sep 2019 15:50:36 +0100 Subject: [PATCH 1/2] upgrading rosyn --- FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj | 2 +- MLS.Agent.Tools/MLS.Agent.Tools.csproj | 4 ++-- MLS.Agent/MLS.Agent.csproj | 5 ++--- .../Microsoft.DotNet.Interactive.csproj | 5 ++++- .../Microsoft.DotNet.Try.Project.Tests.csproj | 8 ++++---- .../Microsoft.DotNet.Try.Project.csproj | 8 ++++---- .../Microsoft.DotNet.Try.Protocol.Tests.csproj | 10 +++++----- .../MLS.WasmCodeRunner.Tests.csproj | 2 +- .../WorkspaceServer.Tests.csproj | 12 ++++++------ WorkspaceServer/WorkspaceServer.csproj | 16 ++++++++-------- 10 files changed, 37 insertions(+), 35 deletions(-) diff --git a/FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj b/FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj index b703582c8..945d8ffc6 100644 --- a/FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj +++ b/FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj @@ -18,7 +18,7 @@ - + diff --git a/MLS.Agent.Tools/MLS.Agent.Tools.csproj b/MLS.Agent.Tools/MLS.Agent.Tools.csproj index 5d3e9e248..7c074078c 100644 --- a/MLS.Agent.Tools/MLS.Agent.Tools.csproj +++ b/MLS.Agent.Tools/MLS.Agent.Tools.csproj @@ -24,8 +24,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/MLS.Agent/MLS.Agent.csproj b/MLS.Agent/MLS.Agent.csproj index 045378019..92b6baa1b 100644 --- a/MLS.Agent/MLS.Agent.csproj +++ b/MLS.Agent/MLS.Agent.csproj @@ -61,7 +61,7 @@ - + all @@ -226,8 +226,7 @@ - + diff --git a/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj b/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj index e3fe3bb63..5a00e1a56 100644 --- a/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj +++ b/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj @@ -7,7 +7,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Microsoft.DotNet.Try.Project.Tests/Microsoft.DotNet.Try.Project.Tests.csproj b/Microsoft.DotNet.Try.Project.Tests/Microsoft.DotNet.Try.Project.Tests.csproj index 03c5e9d31..ad7349f09 100644 --- a/Microsoft.DotNet.Try.Project.Tests/Microsoft.DotNet.Try.Project.Tests.csproj +++ b/Microsoft.DotNet.Try.Project.Tests/Microsoft.DotNet.Try.Project.Tests.csproj @@ -17,10 +17,10 @@ all runtime; build; native; contentfiles; analyzers - - - - + + + + diff --git a/Microsoft.DotNet.Try.Project/Microsoft.DotNet.Try.Project.csproj b/Microsoft.DotNet.Try.Project/Microsoft.DotNet.Try.Project.csproj index f3f955439..171964ab1 100644 --- a/Microsoft.DotNet.Try.Project/Microsoft.DotNet.Try.Project.csproj +++ b/Microsoft.DotNet.Try.Project/Microsoft.DotNet.Try.Project.csproj @@ -5,10 +5,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj b/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj index dbb95b9d7..a05ae6db7 100644 --- a/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj +++ b/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj @@ -18,11 +18,11 @@ all runtime; build; native; contentfiles; analyzers - - - - - + + + + + all diff --git a/WasmCodeRunner.Tests/MLS.WasmCodeRunner.Tests.csproj b/WasmCodeRunner.Tests/MLS.WasmCodeRunner.Tests.csproj index 02fd07049..72b6f4e08 100644 --- a/WasmCodeRunner.Tests/MLS.WasmCodeRunner.Tests.csproj +++ b/WasmCodeRunner.Tests/MLS.WasmCodeRunner.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj b/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj index e85fc0624..eb1fab664 100644 --- a/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj +++ b/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj @@ -40,12 +40,12 @@ all runtime; build; native; contentfiles; analyzers - - - - - - + + + + + + all diff --git a/WorkspaceServer/WorkspaceServer.csproj b/WorkspaceServer/WorkspaceServer.csproj index d58adfca1..cbefe66ed 100644 --- a/WorkspaceServer/WorkspaceServer.csproj +++ b/WorkspaceServer/WorkspaceServer.csproj @@ -51,14 +51,14 @@ - - - - - - - - + + + + + + + + From db1690d98fd6466b3d397eb56120a5b40d1cd39c Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 16 Sep 2019 16:04:35 +0100 Subject: [PATCH 2/2] rx and netMQ upgrade --- MLS.Agent/MLS.Agent.csproj | 2 +- .../Microsoft.DotNet.Interactive.Jupyter.Tests.csproj | 4 ++-- .../Microsoft.DotNet.Interactive.Jupyter.csproj | 4 ++-- .../Microsoft.DotNet.Interactive.Tests.csproj | 2 +- .../Microsoft.DotNet.Interactive.csproj | 2 +- .../Microsoft.DotNet.Try.Protocol.Tests.csproj | 2 +- WorkspaceServer.Tests/WorkspaceServer.Tests.csproj | 4 ++-- WorkspaceServer/WorkspaceServer.csproj | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MLS.Agent/MLS.Agent.csproj b/MLS.Agent/MLS.Agent.csproj index 92b6baa1b..20ccf97fe 100644 --- a/MLS.Agent/MLS.Agent.csproj +++ b/MLS.Agent/MLS.Agent.csproj @@ -82,7 +82,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/Microsoft.DotNet.Interactive.Jupyter.Tests/Microsoft.DotNet.Interactive.Jupyter.Tests.csproj b/Microsoft.DotNet.Interactive.Jupyter.Tests/Microsoft.DotNet.Interactive.Jupyter.Tests.csproj index 64744bd99..23fe87ceb 100644 --- a/Microsoft.DotNet.Interactive.Jupyter.Tests/Microsoft.DotNet.Interactive.Jupyter.Tests.csproj +++ b/Microsoft.DotNet.Interactive.Jupyter.Tests/Microsoft.DotNet.Interactive.Jupyter.Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -38,7 +38,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/Microsoft.DotNet.Interactive.Jupyter/Microsoft.DotNet.Interactive.Jupyter.csproj b/Microsoft.DotNet.Interactive.Jupyter/Microsoft.DotNet.Interactive.Jupyter.csproj index c8d4340ac..df0840e9d 100644 --- a/Microsoft.DotNet.Interactive.Jupyter/Microsoft.DotNet.Interactive.Jupyter.csproj +++ b/Microsoft.DotNet.Interactive.Jupyter/Microsoft.DotNet.Interactive.Jupyter.csproj @@ -7,7 +7,7 @@ - + all @@ -18,7 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Microsoft.DotNet.Interactive.Tests/Microsoft.DotNet.Interactive.Tests.csproj b/Microsoft.DotNet.Interactive.Tests/Microsoft.DotNet.Interactive.Tests.csproj index deb308043..6c4a809b1 100644 --- a/Microsoft.DotNet.Interactive.Tests/Microsoft.DotNet.Interactive.Tests.csproj +++ b/Microsoft.DotNet.Interactive.Tests/Microsoft.DotNet.Interactive.Tests.csproj @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj b/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj index 5a00e1a56..eef6d3446 100644 --- a/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj +++ b/Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj b/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj index a05ae6db7..21b852d26 100644 --- a/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj +++ b/Microsoft.DotNet.Try.Protocol.Tests/Microsoft.DotNet.Try.Protocol.Tests.csproj @@ -36,7 +36,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj b/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj index eb1fab664..b4f205512 100644 --- a/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj +++ b/WorkspaceServer.Tests/WorkspaceServer.Tests.csproj @@ -46,7 +46,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -61,7 +61,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/WorkspaceServer/WorkspaceServer.csproj b/WorkspaceServer/WorkspaceServer.csproj index cbefe66ed..72a59212f 100644 --- a/WorkspaceServer/WorkspaceServer.csproj +++ b/WorkspaceServer/WorkspaceServer.csproj @@ -62,7 +62,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive