Skip to content

Commit 5398091

Browse files
authored
Merge branch 'dev' into v1.0/pipelinebuild/87032
2 parents 1871b0f + c4c9ae4 commit 5398091

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3.0.2
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v2.1.0
18+
uses: actions/setup-dotnet@v2.1.1
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Initialize CodeQL

tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
2020
<PackageReference Include="Moq" Version="4.18.2" />
2121
<PackageReference Include="xunit" Version="2.4.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)