Skip to content

Commit b7ac155

Browse files
authored
Merge pull request #9 from AzureADQuickStarts/jmprieur/updateToMsal2
Update to MSAL.NET 2.4.0
2 parents 9c793c7 + 0616988 commit b7ac155

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

TodoListClient/TodoListClient.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Microsoft.Identity.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Microsoft.Identity.Client.2.0.0-preview\lib\net45\Microsoft.Identity.Client.dll</HintPath>
37+
<Reference Include="Microsoft.Identity.Client, Version=2.4.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Microsoft.Identity.Client.2.4.0-preview\lib\net45\Microsoft.Identity.Client.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Configuration" />
4242
<Reference Include="System.Data" />
4343
<Reference Include="System.Drawing" />
44+
<Reference Include="System.IdentityModel" />
4445
<Reference Include="System.Net.Http" />
4546
<Reference Include="System.Security" />
4647
<Reference Include="System.Web.Extensions" />
@@ -95,9 +96,7 @@
9596
<Generator>ResXFileCodeGenerator</Generator>
9697
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
9798
</EmbeddedResource>
98-
<None Include="packages.config">
99-
<SubType>Designer</SubType>
100-
</None>
99+
<None Include="packages.config" />
101100
<None Include="Properties\Settings.settings">
102101
<Generator>SettingsSingleFileGenerator</Generator>
103102
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

TodoListClient/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Identity.Client" version="2.0.0-preview" targetFramework="net45" />
3+
<package id="Microsoft.Identity.Client" version="2.4.0-preview" allowedVersions="[2,3)" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)