Skip to content

Commit 8ceb1db

Browse files
authored
Merge pull request #2835 from microsoftgraph/update-dependabot-for-Moq
Upgrades ``Moq`` version to 4.20.70, ``Microsoft.Graph.Core`` to 3.1.13 and ``Microsoft.PowerShell.SDK`` to 7.4.3
2 parents 928e1f6 + 7335478 commit 8ceb1db

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
open-pull-requests-limit: 1
13+
- package-ecosystem: "nuget"
14+
directory: "/src/Authentication/Authentication.Test"
15+
schedule:
16+
interval: "daily"
17+
allow:
18+
- dependency-name: "Moq"
1219
open-pull-requests-limit: 1

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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'" />
11-
<PackageReference Include="Moq" Version="4.20.69" />
10+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.3" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net6.0'" />
11+
<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">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)