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.
1 parent 054a0a7 commit e5b42efCopy full SHA for e5b42ef
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