Skip to content

Commit e5b42ef

Browse files
authored
Adds a MSI v2 Demo App (#5530)
* Adds a MSI v2 Demo App Adds a demo app for MSI v2 * Update ManagedIdentity-mTLS-Demo.md * Update Program.cs * pr comments
1 parent 054a0a7 commit e5b42ef

File tree

3 files changed

+1144
-0
lines changed

3 files changed

+1144
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="Microsoft.Identity.Client" />
12+
<PackageReference Include="Microsoft.Identity.Client.MtlsPop" />
13+
</ItemGroup>
14+
15+
</Project>

0 commit comments

Comments
 (0)