Skip to content

Commit 7ad18af

Browse files
committed
Merge remote-tracking branch 'origin/main' into microbuild
2 parents de76cb2 + a8d08d4 commit 7ad18af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
1919
- name: 🔗 Markup Link Checker (mlc)
20-
uses: becheran/mlc@v0.19.2
20+
uses: becheran/mlc@v0.21.0
2121
with:
2222
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*
2323
- name: ⚙ Install prerequisites

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Put repo-specific PackageVersion items in this group. -->
1212
</ItemGroup>
1313
<ItemGroup Label="Library.Template">
14-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
14+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
1616
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
1717
<PackageVersion Include="xunit.v3" Version="1.1.0" />

0 commit comments

Comments
 (0)