Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Jan 12, 2024
2 parents 62c7547 + 96ce9af commit b817644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TalentBlazor.Tests/IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void Configure(Container container)

public IntegrationTest()
{
Licensing.RegisterLicense("OSS MIT 2023 https://github.com/NetCoreApps/TalentBlazorServer NdCmSFOfRpijw7CNjO4WXv4gYzeHjYSOaFRVlbp5rezlsB1FtDHUA34hYsJDMbxWDMiXqG29DPzPvJb6oXqLqkdCISRKOhhjZKb1KleG67PaHj9B2E/s65m9mB7Okq3uUHJzxpkn/3M0lvI4qL6Gb6jfmrx0+N0QxYsY41rjQpo=");
ServiceStack.Licensing.RegisterLicense("OSS GPL-3.0 2024 https://github.com/NetCoreApps/TalentBlazor Ed7tyPlTANoOB8+YQd+CG4To5kRnOtuV9AktLY3vdvx0fEn+gcWfDy8lPldYkBoiLXbAmrcfQQbysHeuz1C/VBBLE1r1/UVblt6swhFjjbCBhl/XvcjIxEt2vigmXiuNGEkreqFQHEh4ttyv3l2Jb6jm0iGE/dXgGEKIkj9obuc=");
appHost = new AppHost()
.Init()
.Start(BaseUri);
Expand All @@ -42,4 +42,4 @@ public void Can_call_Hello_Service()

Assert.That(response.Result, Is.EqualTo("Hello, World!"));
}
}
}
2 changes: 1 addition & 1 deletion TalentBlazor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using TalentBlazor.ServiceInterface;
using TalentBlazor.ServiceModel;

ServiceStack.Licensing.RegisterLicense("OSS MIT 2023 https://github.com/NetCoreApps/TalentBlazorServer NdCmSFOfRpijw7CNjO4WXv4gYzeHjYSOaFRVlbp5rezlsB1FtDHUA34hYsJDMbxWDMiXqG29DPzPvJb6oXqLqkdCISRKOhhjZKb1KleG67PaHj9B2E/s65m9mB7Okq3uUHJzxpkn/3M0lvI4qL6Gb6jfmrx0+N0QxYsY41rjQpo=");
ServiceStack.Licensing.RegisterLicense("OSS GPL-3.0 2024 https://github.com/NetCoreApps/TalentBlazor Ed7tyPlTANoOB8+YQd+CG4To5kRnOtuV9AktLY3vdvx0fEn+gcWfDy8lPldYkBoiLXbAmrcfQQbysHeuz1C/VBBLE1r1/UVblt6swhFjjbCBhl/XvcjIxEt2vigmXiuNGEkreqFQHEh4ttyv3l2Jb6jm0iGE/dXgGEKIkj9obuc=");

var builder = WebApplication.CreateBuilder(args);

Expand Down

0 comments on commit b817644

Please sign in to comment.