From 23a3eb0f07ed31b828d0548ee58bf710de0ec447 Mon Sep 17 00:00:00 2001 From: Nikolay Pianikov Date: Thu, 27 Jun 2024 18:35:28 +0300 Subject: [PATCH] Improved build --- .config/dotnet-tools.json | 10 +++- .run/Build.run.xml | 2 +- Build/Build.csproj | 2 +- Build/Program.cs | 45 +++++++---------- Build/Tools.cs | 59 +++++----------------- CSharpInteractive.Tests/README_TEMPLATE.md | 17 ++++--- README.md | 8 +-- 7 files changed, 57 insertions(+), 86 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1bd42f0c..77ac1252 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,7 +6,15 @@ "version": "2022.1.2", "commands": [ "dotnet-dotcover" - ] + ], + "rollForward": false + }, + "dotnet-csi": { + "version": "1.0.7", + "commands": [ + "dotnet-csi" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/.run/Build.run.xml b/.run/Build.run.xml index 1b531c5f..eadd524b 100644 --- a/.run/Build.run.xml +++ b/.run/Build.run.xml @@ -1,7 +1,7 @@