From dbeb4ec142cbdd43977ae5dd9607d70d7c934e0e Mon Sep 17 00:00:00 2001 From: Nikolay Pianikov Date: Sat, 28 Dec 2024 17:46:29 +0300 Subject: [PATCH] Update deps --- .../CSharpInteractive.HostApi.csproj | 19 ++++++++++++++++++- .../CSharpInteractive.Tests.csproj | 8 ++++---- .../CSharpInteractive.Tool.csproj | 17 +++++++++++++---- CSharpInteractive/CSharpInteractive.csproj | 17 +++++++++++++---- .../MySampleLib.Tests.csproj | 4 ++-- 5 files changed, 50 insertions(+), 15 deletions(-) diff --git a/CSharpInteractive.HostApi/CSharpInteractive.HostApi.csproj b/CSharpInteractive.HostApi/CSharpInteractive.HostApi.csproj index 957d516..6eae1bd 100644 --- a/CSharpInteractive.HostApi/CSharpInteractive.HostApi.csproj +++ b/CSharpInteractive.HostApi/CSharpInteractive.HostApi.csproj @@ -15,7 +15,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - @@ -23,6 +22,24 @@ + + + + + + + + + + + + + + + + + + CommandLines.cs diff --git a/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj b/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj index 024f419..f92b635 100644 --- a/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj +++ b/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj @@ -10,19 +10,19 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/CSharpInteractive/CSharpInteractive.Tool.csproj b/CSharpInteractive/CSharpInteractive.Tool.csproj index d97f619..ec498ec 100644 --- a/CSharpInteractive/CSharpInteractive.Tool.csproj +++ b/CSharpInteractive/CSharpInteractive.Tool.csproj @@ -28,8 +28,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -53,12 +53,21 @@ - + - + + + + + + + + + + diff --git a/CSharpInteractive/CSharpInteractive.csproj b/CSharpInteractive/CSharpInteractive.csproj index 564e736..f7ea612 100644 --- a/CSharpInteractive/CSharpInteractive.csproj +++ b/CSharpInteractive/CSharpInteractive.csproj @@ -21,8 +21,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -46,12 +46,21 @@ - + - + + + + + + + + + + diff --git a/Samples/MySampleLib/MySampleLib.Tests/MySampleLib.Tests.csproj b/Samples/MySampleLib/MySampleLib.Tests/MySampleLib.Tests.csproj index 1161179..270e1cd 100644 --- a/Samples/MySampleLib/MySampleLib.Tests/MySampleLib.Tests.csproj +++ b/Samples/MySampleLib/MySampleLib.Tests/MySampleLib.Tests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all