Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-complete-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- project_path: 'samples/tab-conversations/csharp/TabConversation/TabConversation.csproj'
name: 'tab-conversations'
version: '6.0.x'
version: '10.0.x'

- project_path: 'samples/tab-product-inspection/csharp/ProductInspection/ProductInspection.csproj'
name: 'tab-product-inspection'
Expand All @@ -190,7 +190,7 @@ jobs:

- project_path: 'samples/msgext-message-reminder/csharp/MessagingExtensionReminder/MessagingExtensionReminder.csproj'
name: 'msgext-message-reminder'
version: '6.0.x'
version: '10.0.x'

- project_path: 'samples/msgext-search-sso-config/csharp/TeamsMessagingExtensionsSearchSSO.csproj'
name: 'msgext-search-sso-config'
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:

- project_path: 'samples/bot-auth0-adaptivecard/csharp/TeamsAuth0Bot.csproj'
name: 'bot-auth0-adaptivecard'
version: '6.0.x'
version: '10.0.x'

- project_path: 'samples/agent-knowledge-hub/csharp/AgentKnowledgeHub/AgentKnowledgeHub.csproj'
name: 'agent-knowledge-hub'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/message-reminder-me-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '10.0.x'
include-prerelease: true

- name: Build app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tab-conversations-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
AZURE_WEBAPP_PACKAGE_PATH: 'samples/tab-conversations/csharp/published' # set this to the path to your web app project, defaults to the repository root
PROJECT_PATH: 'samples/tab-conversations/csharp/TabConversation/TabConversation.csproj'
AZURE_WEBAPP_NAME: 'tab-conversations-devcom' # set this to your application's name
DOTNET_VERSION: '6.0.x' # set this to the dot net version to use
DOTNET_VERSION: '10.0.x' # set this to the dot net version to use
jobs:
build:
runs-on: windows-latest
Expand Down
32 changes: 0 additions & 32 deletions samples/bot-auth0-adaptivecard/csharp/AdapterWithErrorHandler.cs

This file was deleted.

169 changes: 0 additions & 169 deletions samples/bot-auth0-adaptivecard/csharp/Bots/TeamsConversationBot.cs

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions samples/bot-auth0-adaptivecard/csharp/Controllers/BotController.cs

This file was deleted.

9 changes: 9 additions & 0 deletions samples/bot-auth0-adaptivecard/csharp/M365Agent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# TeamsFx files
build
appPackage/build
env/.env.*.user
env/.env.local
.deployment

# User-specific files
*.user
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" Sdk="Microsoft.TeamsFx.Sdk">
<PropertyGroup Label="Globals">
<ProjectGuid>696f2f0a-c3aa-4ff8-8d35-98a5f4ce4960</ProjectGuid>
<ProjectGuid>b069b3bd-f6bc-cc40-82ab-3fcc2ea50fdf</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<None Include="m365agents.local.yml" />
<None Include="m365agents.yml" />
</ItemGroup>
<ItemGroup>
<ProjectCapability Include="ProjectConfigurationsDeclaredDimensions" />
</ItemGroup>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading