Skip to content

Commit 5bc1b27

Browse files
committed
Fix managed client console app sample
1 parent b9edcf0 commit 5bc1b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ManagedClientConsoleAppSample/ManagedClientConsoleAppSample.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<StartupObject>ManagedClientConsoleAppSample.Program</StartupObject>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.13.8.999, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3740
<HintPath>packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.13.8\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>

0 commit comments

Comments
 (0)