Skip to content

Commit

Permalink
Merge branch 'main' into askpt/328-add-evaluation-details-to-finally-…
Browse files Browse the repository at this point in the history
…hook-stage
  • Loading branch information
askpt authored Jan 6, 2025
2 parents c88e301 + 8527b03 commit 3d341b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<ItemGroup Label="test">
<PackageVersion Include="AutoFixture" Version="5.0.0-preview0011" />
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.3" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"rollForward": "latestMajor",
"version": "9.0.100",
"version": "9.0.101",
"allowPrerelease": false
}
}

0 comments on commit 3d341b7

Please sign in to comment.