We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12012a commit 03c7f18Copy full SHA for 03c7f18
1 file changed
src/Test/Program.cs
@@ -1,5 +1,8 @@
1
+using ServiceStack;
2
+
3
var builder = WebApplication.CreateBuilder(args);
4
5
+Licensing.RegisterLicense(Environment.GetEnvironmentVariable("SERVICESTACK_LICENSE"));
6
var app = builder.Build();
7
8
// Configure the HTTP request pipeline.
0 commit comments