Set Program class as public in standalone project template
This commit is contained in:
parent
ed06d7b12e
commit
74b2b6b232
|
|
@ -5,7 +5,7 @@ using System;
|
|||
|
||||
namespace BlazorStandalone.CSharp
|
||||
{
|
||||
class Program
|
||||
public class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue