From b6903c55e21efd59ab3d05befca4fabc8e44e9ea Mon Sep 17 00:00:00 2001
From: peterstone2017 <12449837+YunchuWang@users.noreply.github.com>
Date: Tue, 4 Nov 2025 09:37:01 -0800
Subject: [PATCH] Remove version suffix 'preview.1' from AzureManaged project
files for both client and worker.
---
src/Client/AzureManaged/Client.AzureManaged.csproj | 1 -
src/Worker/AzureManaged/Worker.AzureManaged.csproj | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/Client/AzureManaged/Client.AzureManaged.csproj b/src/Client/AzureManaged/Client.AzureManaged.csproj
index ae63b9a9..087f60f8 100644
--- a/src/Client/AzureManaged/Client.AzureManaged.csproj
+++ b/src/Client/AzureManaged/Client.AzureManaged.csproj
@@ -4,7 +4,6 @@
net6.0
Azure Managed extensions for the Durable Task Framework client.
true
- preview.1
diff --git a/src/Worker/AzureManaged/Worker.AzureManaged.csproj b/src/Worker/AzureManaged/Worker.AzureManaged.csproj
index 4e7aefd6..890da014 100644
--- a/src/Worker/AzureManaged/Worker.AzureManaged.csproj
+++ b/src/Worker/AzureManaged/Worker.AzureManaged.csproj
@@ -4,7 +4,6 @@
net6.0
Azure Managed extensions for the Durable Task Framework worker.
true
- preview.1