Set Program class as public in standalone project template

This commit is contained in:
Emanuele Filardo 2018-04-16 14:17:50 +02:00 committed by Steve Sanderson
parent ed06d7b12e
commit 74b2b6b232
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System;
namespace BlazorStandalone.CSharp
{
class Program
public class Program
{
static void Main(string[] args)
{