<%: Title %>.
+.NET version | +<%= RuntimeInformation.FrameworkDescription %> | +
Operating system | +<%= RuntimeInformation.OSDescription %> | +
Processor architecture | +<%= RuntimeInformation.OSArchitecture %> | +
CPU cores | +<%= Environment.ProcessorCount %> | +
DOTNET_RUNNING_IN_CONTAINER | +<%= (Environment.GetEnvironmentVariable("DOTNET_RUNNING_IN_CONTAINER") is null ? "false" : "true") %> | +