Skip to content

Commit b8cdd24

Browse files
committed
Remove obsolete partial Program class (.NET 10 makes it public)
1 parent db3c91f commit b8cdd24

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Endpointer.TestWebApi/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@
1010
app.MapEndpointer();
1111

1212
await app.RunAsync();
13-
14-
public partial class Program
15-
{
16-
protected Program() { }
17-
}

0 commit comments

Comments
 (0)