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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ We will be constantly expanding the feature list.
120
120
121
121
#### Supported Development Environments
122
122
123
-
This current release works best with Visual Studio Code on Windows 10+. Ubuntu, Debian and macOS (both Intel and Apple Silicon). Visual Studio 2019+ support is included for Windows 10+.
123
+
This current release works best with Visual Studio Code on Windows 10+. Ubuntu 22.04+, Debian and macOS (both Intel and Apple Silicon). Visual Studio 2019+ support is included for Windows 10+.
124
124
125
125
The current release provides support for CPU on each platform, DirectML on Windows, CUDA on Windows and Linux, support for Apple Silicon GPUs, RockChip NPUs and Coral.AI TPUs. Support depends on the module itself.
rm -f "$zip_path"&& say_verbose "Temporary archive file $zip_path was removed"
1051
1085
fi
@@ -1761,7 +1795,7 @@ do
1761
1795
zip_path="$1"
1762
1796
;;
1763
1797
-?|--?|-h|--help|-[Hh]elp)
1764
-
script_name="$(basename "$0")"
1798
+
script_name="dotnet-install.sh"
1765
1799
echo".NET Tools Installer"
1766
1800
echo"Usage:"
1767
1801
echo" # Install a .NET SDK of a given Quality from a given Channel"
@@ -1892,4 +1926,4 @@ fi
1892
1926
1893
1927
say "Note that the script does not resolve dependencies during installation."
1894
1928
say "To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install, select your operating system and check the \"Dependencies\" section."
0 commit comments