diff --git a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj
index 4359c21f3..e0681fff3 100644
--- a/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj
+++ b/dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Microsoft.Teams.AI.csproj
@@ -7,7 +7,7 @@
enable
Microsoft.Teams.AI
Microsoft Teams AI SDK
- 1.6.0
+ 1.7.0
Microsoft
Microsoft
© Microsoft Corporation. All rights reserved.
diff --git a/dotnet/samples/01.messaging.echoBot/EchoBot.csproj b/dotnet/samples/01.messaging.echoBot/EchoBot.csproj
index f99a2c034..d83fdff2f 100644
--- a/dotnet/samples/01.messaging.echoBot/EchoBot.csproj
+++ b/dotnet/samples/01.messaging.echoBot/EchoBot.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj b/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj
index fde54f0fc..33a856cd4 100644
--- a/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj
+++ b/dotnet/samples/02.messageExtensions.a.searchCommand/SearchCommand.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj b/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj
index e48b1e449..1ab4bdc47 100644
--- a/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj
+++ b/dotnet/samples/03.adaptiveCards.a.typeAheadBot/TypeAheadBot.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj b/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj
index 81f29eae6..5f4d8076e 100644
--- a/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj
+++ b/dotnet/samples/04.ai.a.teamsChefBot/TeamsChefBot.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj b/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj
index 3be42c09d..c1166c405 100644
--- a/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj
+++ b/dotnet/samples/04.ai.b.messageExtensions.gptME/GPT.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj b/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj
index e629ea1e0..ca4a0ca5a 100644
--- a/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj
+++ b/dotnet/samples/04.ai.c.actionMapping.lightBot/LightBot.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj b/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj
index 75387ff8e..32b7c2558 100644
--- a/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj
+++ b/dotnet/samples/04.ai.d.chainedActions.listBot/ListBot.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj b/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj
index c26186084..837189142 100644
--- a/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj
+++ b/dotnet/samples/04.ai.e.chainedActions.devOpsBot/DevOpsBot.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj b/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj
index 5d5924dd3..fdc5435aa 100644
--- a/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj
+++ b/dotnet/samples/04.ai.f.vision.cardMaster/CardGazer.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj b/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj
index b39c96447..ce0215307 100644
--- a/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj
+++ b/dotnet/samples/04.e.twentyQuestions/TwentyQuestions.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj b/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj
index 2a6f142a6..38a3405b4 100644
--- a/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj
+++ b/dotnet/samples/06.assistants.a.mathBot/MathBot.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj b/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj
index 6e50f4a25..5c27d115c 100644
--- a/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj
+++ b/dotnet/samples/06.assistants.b.orderBot/OrderBot.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj b/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj
index 4d6bf7d1e..345795d3f 100644
--- a/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj
+++ b/dotnet/samples/06.auth.oauth.bot/BotAuth.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj b/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj
index cd507c9b6..70aea86e1 100644
--- a/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj
+++ b/dotnet/samples/06.auth.oauth.messageExtension/MessageExtensionAuth.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj b/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj
index 6fa292299..ce59cbd46 100644
--- a/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj
+++ b/dotnet/samples/06.auth.teamsSSO.bot/BotAuth.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj b/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj
index 821abfc23..c08cdef1e 100644
--- a/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj
+++ b/dotnet/samples/06.auth.teamsSSO.messageExtension/MessageExtensionAuth.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj
index b05239e3d..ad339e29f 100644
--- a/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj
+++ b/dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/AzureAISearchBot.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj b/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj
index 2a38d876b..c847f2400 100644
--- a/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj
+++ b/dotnet/samples/08.datasource.azureopenai/AzureOpenAIBot.csproj
@@ -15,7 +15,7 @@
-
+