File tree Expand file tree Collapse file tree 8 files changed +28
-9
lines changed
Expand file tree Collapse file tree 8 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 <IsPackable >false</IsPackable >
1313 </ItemGroup >
1414 <ItemGroup >
1515 <PackageReference Include =" FluentAssertions" Version =" 6.1.0" />
16+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
17+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
18+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
1619 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.3" />
1720 <PackageReference Include =" NUnit" Version =" 3.13.3" />
1821 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" />
Original file line number Diff line number Diff line change 1010 <AdditionalFiles Include =" ..\stylecop\stylecop.json" Link =" stylecop.json" />
1111 <Compile Include =" ..\stylecop\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
1212 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2" />
13- <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.65.0" />
13+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
14+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
15+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
1416 <PackageReference Include =" Microsoft.VisualStudio.Services.Client" Version =" 19.239.0-preview" />
1517 <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6" />
1618 <!-- Transitive dependencies of Microsoft.VisualStudio.Services.Client temporarily pinned for security reasons. -->
Original file line number Diff line number Diff line change 1515 </ItemGroup >
1616 <ItemGroup >
1717 <PackageReference Include =" FluentAssertions" Version =" 6.1.0" />
18+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
19+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
20+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
1821 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.3" />
1922 <PackageReference Include =" NUnit" Version =" 3.13.1" />
2023 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
33 <DefineConstants >PlatformWindows</DefineConstants >
44 <BuiltInComInteropSupport >true</BuiltInComInteropSupport >
2626 <Compile Include =" ..\stylecop\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
2727 </ItemGroup >
2828 <ItemGroup >
29+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
30+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
31+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
2932 <PackageReference Include =" Microsoft.Office.Lasso" Version =" 2024.10.23.1" />
3033 <PackageReference Include =" Tomlyn" Version =" 0.11.0" />
3134 </ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
33 <TargetFramework >net8.0</TargetFramework >
44 <DefineConstants >PlatformWindows</DefineConstants >
1818 </PropertyGroup >
1919 <ItemGroup >
2020 <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.2" />
21- <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.65.0" />
21+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
22+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
23+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
2224 </ItemGroup >
2325 <ItemGroup >
2426 <ProjectReference Include =" ..\MSALWrapper\MSALWrapper.csproj" />
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" FluentAssertions" Version =" 6.1.0" />
15+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
16+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
17+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
1518 <PackageReference Include =" nunit" Version =" 3.13.2" />
1619 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
1720 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.3" />
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525 <ItemGroup >
2626 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2" />
27- <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.65.0 " />
27+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1 " />
2828 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.5.0" />
29- <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.65.0 " />
30- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.65.0 " />
29+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1 " />
30+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1 " />
3131 </ItemGroup >
3232</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 <Nullable >enable</Nullable >
55 </PropertyGroup >
66 <ItemGroup >
77 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2" />
8+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.82.1" />
9+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.82.1" />
10+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.82.1" />
811 <PackageReference Include =" NLog.Extensions.Logging" Version =" 1.6.3" />
912 </ItemGroup >
1013</Project >
You can’t perform that action at this time.
0 commit comments