--- a/src/Pure/Tools/dotnet_setup.scala Wed May 07 21:52:22 2025 +0200
+++ b/src/Pure/Tools/dotnet_setup.scala Wed May 07 22:06:49 2025 +0200
@@ -39,7 +39,7 @@
Isabelle_Platform.local.ISABELLE_PLATFORM(windows = true, apple = true)
def default_target_dir: Path = Components.default_components_base
def default_install_url: String = "https://dot.net/v1/dotnet-install"
- def default_version: String = Isabelle_System.getenv_strict("ISABELLE_DOTNET_VERSION")
+ def default_version: String = Isabelle_System.getenv_strict("ISABELLE_DOTNET_SETUP_VERSION")
def dotnet_setup(
platforms: List[String] = List(default_platform),
@@ -151,7 +151,7 @@
-I URL URL for install script without extension
(default: """ + quote(default_install_url) + """)
-V VERSION version: empty means "latest"
- (default: ISABELLE_DOTNET_VERSION=""" + quote(default_version) + """)
+ (default: ISABELLE_DOTNET_SETUP_VERSION=""" + quote(default_version) + """)
-f force fresh installation of specified platforms
-n dry run: try download without installation
-p PLATFORMS comma-separated list of platform specifications: "all" or