Skip to content

Commit 6d4417b

Browse files
Merge latest Library.Template (#1362)
* Update becheran/mlc action to v0.21.0 (#347) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Microsoft.NET.Test.Sdk to 17.13.0 (#348) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump MicroBuildVersion to 2.0.187 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 73e6125 + f368a20 commit 6d4417b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs_validate.yml

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
66
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
77

8-
<MicroBuildVersion>2.0.181</MicroBuildVersion>
8+
<MicroBuildVersion>2.0.187</MicroBuildVersion>
99
<MetadataVersion>61.0.15-preview</MetadataVersion>
1010
<WDKMetadataVersion>0.12.8-experimental</WDKMetadataVersion>
1111
<!-- <DiaMetadataVersion>0.2.185-preview-g7e1e6a442c</DiaMetadataVersion> -->
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838
<Import Project="Directory.Packages.Analyzers.props" Condition="'$(IsTestProject)'!='true'" />
3939
<ItemGroup Label="Library.Template">
40-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
40+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
4141
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
4242
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
4343
<PackageVersion Include="xunit.v3" Version="1.1.0" />

0 commit comments

Comments
 (0)