File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ The created project contains 2 entry points:
102102 dotnet run --project ./Build
103103 ```
104104
105+ ## NuGet packages
106+
107+ | Package name | Link | Description | Installation |
108+ | -----------------------------| --------------------------------------------------------------------------------------------------------------------------------------| :---------------------------------------------------| ------------------------------------------------|
109+ | dotnet-csi | [ ![ NuGet] ( https://img.shields.io/nuget/v/dotnet-csi )] ( https://www.nuget.org/packages/dotnet-csi ) | Interactive .NET tool for REPL and running scripts | dotnet tool install --global dotnet-csi |
110+ | CSharpInteractive.Templates | [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpInteractive.Templates )] ( https://www.nuget.org/packages/CSharpInteractive.Templates ) | .NET build project template | dotnet new install CSharpInteractive.Templates |
111+ | CSharpInteractive | [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpInteractive )] ( https://www.nuget.org/packages/CSharpInteractive ) | A library for use in .NET build projects | dotnet add package CSharpInteractive |
112+
105113## API
106114
107115- Output, logging and tracing
Original file line number Diff line number Diff line change @@ -101,3 +101,11 @@ The created project contains 2 entry points:
101101 ``` shell
102102 dotnet run --project ./Build
103103 ```
104+
105+ ## NuGet packages
106+
107+ | Package name | Link | Description | Installation |
108+ | -----------------------------| --------------------------------------------------------------------------------------------------------------------------------------| :---------------------------------------------------| ------------------------------------------------|
109+ | dotnet-csi | [ ![ NuGet] ( https://img.shields.io/nuget/v/dotnet-csi )] ( https://www.nuget.org/packages/dotnet-csi ) | Interactive .NET tool for REPL and running scripts | dotnet tool install --global dotnet-csi |
110+ | CSharpInteractive.Templates | [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpInteractive.Templates )] ( https://www.nuget.org/packages/CSharpInteractive.Templates ) | .NET build project template | dotnet new install CSharpInteractive.Templates |
111+ | CSharpInteractive | [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpInteractive )] ( https://www.nuget.org/packages/CSharpInteractive ) | A library for use in .NET build projects | dotnet add package CSharpInteractive |
You can’t perform that action at this time.
0 commit comments