We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 358a9d8 + e5b42ef commit 57f2815Copy full SHA for 57f2815
prototype/MsiV2DemoApp/MsiV2DemoApp.csproj
@@ -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