mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-05 07:18:40 +00:00
Use PATH if possible (#5)
This commit is contained in:
@@ -8,12 +8,12 @@ module Program =
|
||||
let main argv =
|
||||
let info = DotnetEnvironmentInfo.Get ()
|
||||
Console.WriteLine info
|
||||
Console.WriteLine ("SDKs:")
|
||||
Console.WriteLine "SDKs:"
|
||||
|
||||
for sdk in info.Sdks do
|
||||
Console.WriteLine $"SDK: %O{sdk}"
|
||||
|
||||
Console.WriteLine ("Frameworks:")
|
||||
Console.WriteLine "Frameworks:"
|
||||
|
||||
for f in info.Frameworks do
|
||||
Console.WriteLine $"Framework: %O{f}"
|
||||
|
Reference in New Issue
Block a user