Skip to content

Commit 154bd93

Browse files
committed
Updates Microsoft.Graph.Core to 3.1.13 and Microsoft.PowerShell.SDK to 7.4.3
1 parent 90b6c09 commit 154bd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Azure.Identity" Version="1.11.4" />
1515
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" />
16-
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.9" />
16+
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.13" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
</ItemGroup>
1919
<Target Name="CopyFiles" AfterTargets="Build">

src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
99
<!-- As described in this post https://devblogs.microsoft.com/powershell/depending-on-the-right-powershell-nuget-package-in-your-net-project, reference the SDK for dotnetcore-->
10-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.2" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
10+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.3" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
1111
<PackageReference Include="Moq" Version="4.20.70" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)