Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Aug 6, 2023
1 parent a5b1348 commit 72de64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/net6.0/razorpageapp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var builder = WebApplication.CreateBuilder(args);
var builder = WebApplication.CreateBuilder(args)

// Add services to the container.
builder.Services.AddRazorPages();
Expand Down

0 comments on commit 72de64b

Please sign in to comment.