Skip to content

Commit 57f2815

Browse files
Merge branch 'main' into rginsburg/msiv2_feature_branch
2 parents 358a9d8 + e5b42ef commit 57f2815

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)