Make global tool entrypoint class static (#15880)

This commit is contained in:
Robert Holt 2021-08-05 10:44:52 -07:00 committed by GitHub
parent 61af30f3b1
commit 920427260c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.GlobalTool.Shim
/// <summary>
/// Shim layer to chose the appropriate runtime for PowerShell DotNet Global tool.
/// </summary>
public class EntryPoint
public static class EntryPoint
{
private const string PwshDllName = "pwsh.dll";