Skip to content

Commit 5912c16

Browse files
costellobotmartincostello
authored andcommitted
Update .NET SDK to 10.0.100-preview.4.25258.110 (#920)
* Update .NET SDK Update .NET SDK to version 10.0.100-preview.4.25258.110. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.100-preview.4.25258.110 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.4.25258.110 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.3.25172.1 to 10.0.0-preview.4.25258.110. Bumps Microsoft.Extensions.Logging from 10.0.0-preview.3.25171.5 to 10.0.0-preview.4.25258.110. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.0-preview.4.25258.110 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.0-preview.4.25258.110 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent 415df2e commit 5912c16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
99
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
1010
<PackageVersion Include="JunitXml.TestLogger" Version="6.1.0" />
11-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0-preview.3.25172.1" />
11+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0-preview.4.25258.110" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0" />
1313
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.1" />
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />

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": "10.0.100-preview.3.25201.16",
3+
"version": "10.0.100-preview.4.25258.110",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor",
66
"paths": [ ".dotnet", "$host$" ],

src/Logging.XUnit.v3/MartinCostello.Logging.XUnit.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="xunit.v3.extensibility.core" />
2222
</ItemGroup>
2323
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))">
24-
<PackageReference Update="Microsoft.Extensions.Logging" VersionOverride="10.0.0-preview.3.25171.5" />
24+
<PackageReference Update="Microsoft.Extensions.Logging" VersionOverride="10.0.0-preview.4.25258.110" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<AssemblyAttribute Include="System.Runtime.InteropServices.GuidAttribute">

src/Logging.XUnit/MartinCostello.Logging.XUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="xunit.extensibility.execution" />
2222
</ItemGroup>
2323
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))">
24-
<PackageReference Update="Microsoft.Extensions.Logging" VersionOverride="10.0.0-preview.3.25171.5" />
24+
<PackageReference Update="Microsoft.Extensions.Logging" VersionOverride="10.0.0-preview.4.25258.110" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<AssemblyAttribute Include="System.Runtime.InteropServices.GuidAttribute">

0 commit comments

Comments
 (0)