diff --git a/ZenSharp.Integration/ZenSharp.Integration.csproj b/ZenSharp.Integration/ZenSharp.Integration.csproj
index ccfb928..86c99ef 100644
--- a/ZenSharp.Integration/ZenSharp.Integration.csproj
+++ b/ZenSharp.Integration/ZenSharp.Integration.csproj
@@ -11,9 +11,9 @@
-
+
- 2024.1.0-eap06
+ 2024.3.0-eap01
runtime; build; native; contentfiles; analyzers
all
diff --git a/ZenSharp.nuspec b/ZenSharp.nuspec
index d4385fc..1b84e23 100644
--- a/ZenSharp.nuspec
+++ b/ZenSharp.nuspec
@@ -10,7 +10,7 @@
Free and open source. For more information, see Github.
- Support 2024.1 eap 6 +
+ Support 2024.3 eap 1 +
Alexander Ulitin
livetemplates code completion ltg
diff --git a/buildNuPack.ps1 b/buildNuPack.ps1
index e81c4fa..945bf5c 100644
--- a/buildNuPack.ps1
+++ b/buildNuPack.ps1
@@ -9,7 +9,7 @@ $packages = @{
'PackageId' = 'Ulex.ZenSharp';
'PackageVersion' = $version;
'DependencyId' = 'Wave';
- 'DependencyVersion' = '241';
+ 'DependencyVersion' = '243';
'IntegrationDll' = 'ZenSharp.Integration\bin\Release\net472-windows\ZenSharp.Integration.dll';
'TargetDir' = 'DotFiles\';
};