Skip to content

Commit 68a8922

Browse files
author
trwalke
committed
Resolving build errors
1 parent 642c2cf commit 68a8922

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

Directory.Packages.props

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<PackageVersion Include="Microsoft.CodeAnalysis.RulesetToEditorconfigConverter" Version="3.3.3" PrivateAssets="All" />
1313
<PackageVersion Include="Microsoft.CSharp" Version="4.5.0" />
1414
<PackageVersion Include="Microsoft.Identity.Client.NativeInterop" Version="$(MSALRuntimeNativeInteropVersion)" IncludeAssets="all" />
15-
<PackageVersion Include="Microsoft.IdentityModel.Abstractions" Version="8.1.0" />
16-
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.1.0" />
15+
<PackageVersion Include="Microsoft.IdentityModel.Abstractions" Version="6.35.0" />
1716
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.864.35" />
1817
<PackageVersion Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
1918
<!-- Should match Azure Functions runtime: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4456 -->
@@ -50,7 +49,7 @@
5049
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="2.2.0" />
5150
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.2.0" />
5251
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
53-
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.0" />
52+
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.35.0" />
5453
<PackageVersion Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.35.0" />
5554
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
5655
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
@@ -72,12 +71,12 @@
7271
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
7372
<PackageVersion Include="System.Reflection.TypeExtensions" Version="4.7.0" />
7473
<PackageVersion Include="System.Security.Cryptography.Cng" Version="5.0.0" />
75-
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
74+
<PackageVersion Include="System.Text.Json" Version="6.0.5" />
7675
<PackageVersion Include="System.Threading" Version="4.3.0" />
7776
<PackageVersion Include="System.Threading.Tasks" Version="4.3.0" />
7877
<PackageVersion Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
7978
<PackageVersion Include="System.Threading.Thread" Version="4.3.0" />
8079
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
8180
<PackageVersion Include="System.Windows.Forms" Version="4.0.0" />
8281
</ItemGroup>
83-
</Project>
82+
</Project>

LibsAndSamples.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheExtension", "tests\dev
185185
EndProject
186186
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Client.Extensions.Msal", "src\client\Microsoft.Identity.Client.Extensions.Msal\Microsoft.Identity.Client.Extensions.Msal.csproj", "{87679336-95BE-47E4-B42B-8F6860A0B215}"
187187
EndProject
188-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsalCdtExtension", "MsalCdtExtension\MsalCdtExtension.csproj", "{71FFABC1-A20A-48CC-86DD-4D28541F2359}"
189-
EndProject
188+
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsalCdtExtension", "MsalCdtExtension\MsalCdtExtension.csproj", "{71FFABC1-A20A-48CC-86DD-4D28541F2359}"
189+
#EndProject
190190
Global
191191
GlobalSection(SolutionConfigurationPlatforms) = preSolution
192192
Debug + MobileApps|Any CPU = Debug + MobileApps|Any CPU

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/CdtTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
3-
#if NET6_0_OR_GREATER
3+
#if PREVIEW_CDT
44
using System;
55
using System.Collections.Generic;
66
using System.Linq;

tests/Microsoft.Identity.Test.Integration.netcore/Microsoft.Identity.Test.Integration.NetCore.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<ProjectReference Include="..\..\MsalCdtExtension\MsalCdtExtension.csproj" />
1312
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client.Broker\Microsoft.Identity.Client.Broker.csproj" />
1413
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client.Extensions.Msal\Microsoft.Identity.Client.Extensions.Msal.csproj" />
1514
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client\Microsoft.Identity.Client.csproj" />

tests/Microsoft.Identity.Test.Unit/CDT/CdtTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
3-
#if NET6_0_OR_GREATER
3+
#if PREVIEW_CDT
44
using System;
55
using System.Collections.Generic;
66
using System.Data;

tests/Microsoft.Identity.Test.Unit/Microsoft.Identity.Test.Unit.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\..\MsalCdtExtension\MsalCdtExtension.csproj" />
1817
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client.Desktop\Microsoft.Identity.Client.Desktop.csproj" Condition="$(TargetFramework)==$(TargetFrameworkNetDesktop48)" />
1918
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client.Broker\Microsoft.Identity.Client.Broker.csproj" />
2019
<ProjectReference Include="..\..\src\client\Microsoft.Identity.Client.Extensions.Msal\Microsoft.Identity.Client.Extensions.Msal.csproj" />

0 commit comments

Comments
 (0)