From f1616c5a7528ae48426f5efd443f5ae7e8920caf Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 12 Jan 2024 18:06:16 +1100 Subject: [PATCH 1/2] Update Program.cs --- TalentBlazor/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TalentBlazor/Program.cs b/TalentBlazor/Program.cs index 77a63c5..7edb7e8 100644 --- a/TalentBlazor/Program.cs +++ b/TalentBlazor/Program.cs @@ -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); From 96ce9afedf3fb2b358a44045417b7a8367536897 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 12 Jan 2024 18:06:53 +1100 Subject: [PATCH 2/2] Update IntegrationTest.cs --- TalentBlazor.Tests/IntegrationTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TalentBlazor.Tests/IntegrationTest.cs b/TalentBlazor.Tests/IntegrationTest.cs index e84eb31..a4f965e 100644 --- a/TalentBlazor.Tests/IntegrationTest.cs +++ b/TalentBlazor.Tests/IntegrationTest.cs @@ -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); @@ -42,4 +42,4 @@ public void Can_call_Hello_Service() Assert.That(response.Result, Is.EqualTo("Hello, World!")); } -} \ No newline at end of file +}