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
|`Dotnet.Script` (CLI as Nuget) |[](https://www.nuget.org/packages/dotnet.script/)|`net6.0`,`net7.0`,`net8.0`|
|`Dotnet.Script` (CLI as Nuget) |[](https://www.nuget.org/packages/dotnet.script/)|`net8.0`,`net9.0`|
> If you install the .NET SDK to a non-default location, you need to set the environment variable `DOTNET_ROOT` to the directory that contains the dotnet executable
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Dotnet.Script.Core.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<ProjectSdk="Microsoft.NET.Sdk">
3
3
<PropertyGroup>
4
4
<Description>A cross platform library allowing you to run C# (CSX) scripts with support for debugging and inline NuGet packages. Based on Roslyn.</Description>
0 commit comments