Skip to content

Commit c8fe455

Browse files
committed
Merge the microbuild branch from https://github.com/aarnott/Library.Template
Specifically, this merges [62c8978 from that repo](AArnott/Library.Template@62c8978).
2 parents ca7da66 + 62c8978 commit c8fe455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
@@ -12,7 +12,7 @@
1212
<PackageVersion Include="Moq" Version="4.20.72" />
1313
</ItemGroup>
1414
<ItemGroup Label="Library.Template">
15-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1616
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
1717
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
1818
<PackageVersion Include="xunit.v3" Version="1.1.0" />

0 commit comments

Comments
 (0)