diff --git a/build.ps1 b/build.ps1
index 74ae193..704fa05 100644
--- a/build.ps1
+++ b/build.ps1
@@ -22,7 +22,7 @@ $outputPath = $durableAppPath
$sharedDependenciesPath = "$outputPath/Dependencies/"
-$netCoreTFM = 'net6.0'
+$netCoreTFM = 'net8.0'
$publishPathSuffix = "bin/$Configuration/$netCoreTFM/publish"
#region BUILD ARTIFACTS ===========================================================================
diff --git a/src/AzureFunctions.PowerShell.Durable.SDK.psd1 b/src/AzureFunctions.PowerShell.Durable.SDK.psd1
index db2db43..b27e910 100644
--- a/src/AzureFunctions.PowerShell.Durable.SDK.psd1
+++ b/src/AzureFunctions.PowerShell.Durable.SDK.psd1
@@ -1,6 +1,6 @@
@{
# Version number of this module.
- ModuleVersion = '1.1.0'
+ ModuleVersion = '2.0.0'
# Supported PSEditions
CompatiblePSEditions = @('Core')
@@ -18,10 +18,10 @@
Copyright = '(c) Microsoft Corporation. All rights reserved.'
# Description of the functionality provided by this module
- Description = 'Initial release of the Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
+ Description = 'Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
# Minimum version of the PowerShell engine required by this module
- PowerShellVersion = '7.2'
+ PowerShellVersion = '7.4'
# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @() # TODO: use this for pretty-printing DF tasks
diff --git a/src/DurableEngine/DurableEngine.csproj b/src/DurableEngine/DurableEngine.csproj
index 340ac89..8cb2b32 100644
--- a/src/DurableEngine/DurableEngine.csproj
+++ b/src/DurableEngine/DurableEngine.csproj
@@ -1,14 +1,14 @@
- net6.0
+ net8.0
DurableEngine
Latest
-
-
-
+
+
+
diff --git a/src/DurableSDK/DurableSDK.csproj b/src/DurableSDK/DurableSDK.csproj
index ed4cd9f..bd6b810 100644
--- a/src/DurableSDK/DurableSDK.csproj
+++ b/src/DurableSDK/DurableSDK.csproj
@@ -1,13 +1,13 @@
- net6.0
+ net8.0
AzureFunctions.PowerShell.Durable.SDK
Latest
-
+
diff --git a/test/E2E/AzureFunctions.PowerShell.Durable.SDK.E2E/AzureFunctions.PowerShell.Durable.SDK.E2E.csproj b/test/E2E/AzureFunctions.PowerShell.Durable.SDK.E2E/AzureFunctions.PowerShell.Durable.SDK.E2E.csproj
index 64833e2..fad60d0 100644
--- a/test/E2E/AzureFunctions.PowerShell.Durable.SDK.E2E/AzureFunctions.PowerShell.Durable.SDK.E2E.csproj
+++ b/test/E2E/AzureFunctions.PowerShell.Durable.SDK.E2E/AzureFunctions.PowerShell.Durable.SDK.E2E.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
enable
enable
@@ -9,15 +9,15 @@
-
-
-
-
-
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/test/E2E/Start-E2ETest.ps1 b/test/E2E/Start-E2ETest.ps1
index 2874389..09cdc1d 100644
--- a/test/E2E/Start-E2ETest.ps1
+++ b/test/E2E/Start-E2ETest.ps1
@@ -59,7 +59,7 @@ function NewTaskHubName
}
$FUNC_RUNTIME_VERSION = '4'
-$POWERSHELL_VERSION = '7.2'
+$POWERSHELL_VERSION = '7.4'
$FUNC_CMDLET_NAME = "func"
$CORE_TOOLS_VERSION = '4.0.7317'
diff --git a/test/E2E/durableApp/extensions.csproj b/test/E2E/durableApp/extensions.csproj
index c6c5a1d..c86ed72 100644
--- a/test/E2E/durableApp/extensions.csproj
+++ b/test/E2E/durableApp/extensions.csproj
@@ -1,12 +1,12 @@
- net6.0
+ net8.0
**
-
+
\ No newline at end of file