diff --git a/TemplateExecute/Properties/PublishProfiles/PublishToGenerator.pubxml b/TemplateExecute/Properties/PublishProfiles/PublishToGenerator.pubxml
index e660b1a3..44ec084d 100644
--- a/TemplateExecute/Properties/PublishProfiles/PublishToGenerator.pubxml
+++ b/TemplateExecute/Properties/PublishProfiles/PublishToGenerator.pubxml
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
FileSystem
Release
Any CPU
- net8.0
+ net10.0
..\TextTemplatingFileGeneratorCore\TemplateExecute
false
diff --git a/TemplateExecute/Properties/PublishProfiles/PublishToTransform.pubxml b/TemplateExecute/Properties/PublishProfiles/PublishToTransform.pubxml
index 7730d68f..0b5b3c16 100644
--- a/TemplateExecute/Properties/PublishProfiles/PublishToTransform.pubxml
+++ b/TemplateExecute/Properties/PublishProfiles/PublishToTransform.pubxml
@@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
FileSystem
Release
Any CPU
- net8.0
+ net10.0
..\TextTransformCore\TemplateExecute
false
diff --git a/TemplateExecute/TemplateExecute.csproj b/TemplateExecute/TemplateExecute.csproj
index dade1881..cda9f1f7 100644
--- a/TemplateExecute/TemplateExecute.csproj
+++ b/TemplateExecute/TemplateExecute.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
RdJNL.TemplateExecute
diff --git a/TextTemplatingFileGeneratorCore/TextTemplatingFileGeneratorCore.cs b/TextTemplatingFileGeneratorCore/TextTemplatingFileGeneratorCore.cs
index 6d1c0d51..18fad41b 100644
--- a/TextTemplatingFileGeneratorCore/TextTemplatingFileGeneratorCore.cs
+++ b/TextTemplatingFileGeneratorCore/TextTemplatingFileGeneratorCore.cs
@@ -23,7 +23,7 @@ public sealed class TextTemplatingFileGeneratorCore : BaseTemplatedCodeGenerator
{
public const string GENERATOR_GUID = "85B769DE-38F5-4CBE-91AE-D0DFA431FE30";
public const string GENERATOR_NAME = nameof(TextTemplatingFileGeneratorCore);
- public const string GENERATOR_DESCRIPTION = "Generate files from T4 templates using the .NET 8 runtime.";
+ public const string GENERATOR_DESCRIPTION = "Generate files from T4 templates using the .NET 10 runtime.";
private const string ERROR_OUTPUT = "ErrorGeneratingOutput";
private const string TEMPLATE_NAMESPACE = "RdJNL.TextTemplatingCore.GeneratedTemplate";
diff --git a/TextTemplatingFileGeneratorCore/VSPackage.cs b/TextTemplatingFileGeneratorCore/VSPackage.cs
index ed584012..4ab27463 100644
--- a/TextTemplatingFileGeneratorCore/VSPackage.cs
+++ b/TextTemplatingFileGeneratorCore/VSPackage.cs
@@ -18,9 +18,9 @@ namespace RdJNL.TextTemplatingCore.TextTemplatingFileGeneratorCore
public sealed class VSPackage : AsyncPackage
{
public const string PACKAGE_GUID = "68C949A0-7E31-4336-82A1-DBAEFCD2AE62";
- public const string PACKAGE_NAME = "Text Templating File Generator .NET 8";
+ public const string PACKAGE_NAME = "Text Templating File Generator .NET 10";
public const string PACKAGE_DESCRIPTION = TextTemplatingFileGeneratorCore.GENERATOR_DESCRIPTION;
- public const string PACKAGE_VERSION = "1.3.0";
+ public const string PACKAGE_VERSION = "1.4.0";
protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress progress)
{
diff --git a/TextTemplatingFileGeneratorCore/source.extension.vsixmanifest b/TextTemplatingFileGeneratorCore/source.extension.vsixmanifest
index ab652195..43a50ab5 100644
--- a/TextTemplatingFileGeneratorCore/source.extension.vsixmanifest
+++ b/TextTemplatingFileGeneratorCore/source.extension.vsixmanifest
@@ -1,38 +1,38 @@
-
-
- Text Templating File Generator .NET 8
- Generate files from T4 templates using the .NET 8 runtime.
- LICENSE
-
-
-
-
- x86
-
-
- x86
-
-
-
- amd64
-
-
- amd64
-
-
-
-
-
-
-
-
-
-
-
+
+
+ Text Templating File Generator .NET 10
+ Generate files from T4 templates using the .NET 8 runtime.
+ LICENSE
+
+
+
+
+ x86
+
+
+ x86
+
+
+
+ amd64
+
+
+ amd64
+
+
+
+
+
+
+
+
+
+
+