Add missing marshaller methods for compatibility

This commit is contained in:
2023-09-16 15:58:02 +03:00
parent 722133165b
commit 785943bef8
3 changed files with 42 additions and 28 deletions

View File

@@ -271,7 +271,7 @@ namespace Flax.Build
// Found
IsValid = true;
Log.Verbose($"Found .NET SDK {VersionName} (runtime {RuntimeVersionName}) at {RootPath}");
Log.Info($"Using .NET SDK {VersionName}, runtime {RuntimeVersionName} ({RootPath})");
foreach (var e in _hostRuntimes)
Log.Verbose($" - Host Runtime for {e.Key.Key} {e.Key.Value}");
}