Skip to content

Commit 86e8c41

Browse files
committed
Merge remote-tracking branch 'origin/main' into microbuild
2 parents ac2e02d + 11ec88f commit 86e8c41

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"dotnet-coverage": {
13-
"version": "17.14.2",
13+
"version": "18.0.4",
1414
"commands": [
1515
"dotnet-coverage"
1616
],

.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.305-noble@sha256:604ef064c6d91068eeb9d946036d8ffadbe25589c4cd77a230fc96e0f6d01d72
2+
FROM mcr.microsoft.com/dotnet/sdk:9.0.305-noble@sha256:8a26226e58ec52c5defb37b876584df99f94bec70f1081c4014fdf25c994d51e
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.

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup Label="Library.Template">
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1515
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
16-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
17-
<PackageVersion Include="xunit.v3" Version="3.0.1" />
16+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
17+
<PackageVersion Include="xunit.v3" Version="3.1.0" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<!-- Put repo-specific GlobalPackageReference items in this group. -->

0 commit comments

Comments
 (0)