You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# dotnet script
2
2
3
-
Run C# scripts from the .NET CLI. [](https://www.nuget.org/packages/dotnet-script/)
3
+
Run C# scripts from the .NET CLI.
4
4
5
5
## Build status
6
6
@@ -9,6 +9,17 @@ Run C# scripts from the .NET CLI. [](https://ci.appveyor.com/project/filipw/dotnet-script/branch/master)|
10
10
| Travis | Linux / OS X |[](https://travis-ci.org/filipw/dotnet-script)|
| `Dotnet.Script.Core` | [](https://www.nuget.org/packages/Dotnet.Script.Core/) | `netstandard2.0` | Core library for hosting dotnet-script logic in your own app.
20
+
| `Dotnet.Script.DependencyModel` | [](https://www.nuget.org/packages/Dotnet.Script.DependencyModel/) | `netstandard2.0` / `net46` | Provides runtime and compilation dependency resolution for dotnet-script based scripts.
21
+
| `Dotnet.Script.DependencyModel.Nuget` | [](https://www.nuget.org/packages/Dotnet.Script.DependencyModel.Nuget/) | `netstandard2.0` / `net46` | A null implementation of a `MetadataReferenceResolver` that allows inline nuget references to be specified in script (csx) files.
0 commit comments