Forráskód Böngészése

Fixed Syncfusion License Keys for PRSServer and PRSLicensing

frankvandenbos 1 hónapja
szülő
commit
acf5c6a705
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      prs.licensing/App.xaml.cs
  2. 1 1
      prs.server/App.xaml.cs

+ 1 - 1
prs.licensing/App.xaml.cs

@@ -73,7 +73,7 @@ public partial class App : Application
 
     protected override void OnStartup(StartupEventArgs e)
     {
-        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v25_2));
+        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v29_x));
 
         if (Environment.UserInteractive)
         {

+ 1 - 1
prs.server/App.xaml.cs

@@ -68,7 +68,7 @@ public partial class App : Application
     protected override void OnStartup(StartupEventArgs e)
     {
         base.OnStartup(e);
-        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v25_2));
+        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v29_x));
 
         if (Environment.UserInteractive)
         {