Skip to content

Commit 4aac3a9

Browse files
authored
Merge pull request #1177 from dotnet/dev/andarno/libtemplateUpdate
Merge latest Library.Template
2 parents ba99002 + 0ff2056 commit 4aac3a9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"dotnet-coverage": {
13-
"version": "17.13.1",
13+
"version": "17.14.1",
1414
"commands": [
1515
"dotnet-coverage"
1616
],
@@ -24,7 +24,7 @@
2424
"rollForward": false
2525
},
2626
"docfx": {
27-
"version": "2.78.2",
27+
"version": "2.78.3",
2828
"commands": [
2929
"docfx"
3030
],

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-noble
2+
FROM mcr.microsoft.com/dotnet/sdk:9.0.200-noble
33

44
# Installing mono makes `dotnet test` work without errors even for net472.
55
# But installing it takes a long time, so it's excluded by default.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ jobs:
295295
steps:
296296
- uses: actions/checkout@v4
297297
- name: 🔗 Markup Link Checker (mlc)
298-
uses: becheran/mlc@v0.19.2
298+
uses: becheran/mlc@v0.21.0
299299
with:
300300
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

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.23" />
4343
</ItemGroup>
4444
<ItemGroup Label="Library.Template">
45-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
45+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
4646
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
4747
<PackageVersion Include="xunit" Version="2.9.3" />
4848
</ItemGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.102",
3+
"version": "9.0.200",
44
"rollForward": "patch",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)