microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/move-activity-implementations

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/test/msal-config-api/msal-config-api.csproj

15lines · modecode

1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <OutputType>Exe</OutputType>
5 <TargetFramework>net10.0</TargetFramework>
6 <RootNamespace>msal_config_api</RootNamespace>
7 <ImplicitUsings>enable</ImplicitUsings>
8 <Nullable>enable</Nullable>
9 </PropertyGroup>
10
11 <ItemGroup>
12 <ProjectReference Include="..\..\src\Microsoft.Bot.Core\Microsoft.Bot.Core.csproj" />
13 </ItemGroup>
14
15</Project>