Skip to content

Commit 0f30eb9

Browse files
committed
Updating to MSAL.NET 2.6.2
1 parent 0616988 commit 0f30eb9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

TodoListClient/TodoListClient.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
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>
37+
<Reference Include="Microsoft.Identity.Client, Version=2.6.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
38+
<HintPath>..\packages\Microsoft.Identity.Client.2.6.2\lib\net45\Microsoft.Identity.Client.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Configuration" />
@@ -96,7 +96,9 @@
9696
<Generator>ResXFileCodeGenerator</Generator>
9797
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
9898
</EmbeddedResource>
99-
<None Include="packages.config" />
99+
<None Include="packages.config">
100+
<SubType>Designer</SubType>
101+
</None>
100102
<None Include="Properties\Settings.settings">
101103
<Generator>SettingsSingleFileGenerator</Generator>
102104
<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.4.0-preview" allowedVersions="[2,3)" targetFramework="net45" />
3+
<package id="Microsoft.Identity.Client" version="2.6.2" allowedVersions="[2,3)" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)