Skip to content

Commit 3004c58

Browse files
JerrettDavisgithub-actions[bot]
authored andcommitted
deps: update NuGet packages to latest versions
1 parent fc0bd2c commit 3004c58

File tree

4 files changed

+161
-105
lines changed

4 files changed

+161
-105
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<!-- If netstandard2.0 or netstandard2.1, reference nuget 3.x, otherwise nuget 6.x -->
66
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1' ">
77
<PackageVersion Include="NUnit" Version="3.14.0" />
8-
<PackageVersion Include="NUnit3TestAdapter" Version="6.0.0" />
8+
<PackageVersion Include="NUnit3TestAdapter" Version="6.1.0" />
99
</ItemGroup>
1010
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' And '$(TargetFramework)' != 'netstandard2.1' ">
1111
<PackageVersion Include="NUnit" Version="4.4.0" />
12-
<PackageVersion Include="NUnit3TestAdapter" Version="6.0.1" />
12+
<PackageVersion Include="NUnit3TestAdapter" Version="6.1.0" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.2" />
2222
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" />
2323
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.2" />
24-
<PackageVersion Include="System.Text.Json" Version="10.0.1" />
24+
<PackageVersion Include="System.Text.Json" Version="10.0.2" />
2525
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2626
<PackageVersion Include="Humanizer" Version="2.14.1" />
2727
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />

outdated.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Discovering projects...
2+
Analyzing project(s)...
3+
Analyzing dependencies...
4+
» TinyBDD.Extensions.Reporting
5+
[net9.0]
6+
System.Text.Json 10.0.1 -> 10.0.2
7+
[net8.0]
8+
System.Text.Json 10.0.1 -> 10.0.2
9+
[net10.0]
10+
System.Text.Json 10.0.1 -> 10.0.2
11+
[.NETFramework,Version=v4.7]
12+
System.Text.Json 10.0.1 -> 10.0.2
13+
[.NETFramework,Version=v4.6.2]
14+
System.Text.Json 10.0.1 -> 10.0.2
15+
[.NETFramework,Version=v4.7.2]
16+
System.Text.Json 10.0.1 -> 10.0.2
17+
[.NETFramework,Version=v4.8.1]
18+
System.Text.Json 10.0.1 -> 10.0.2
19+
[.NETFramework,Version=v4.8]
20+
System.Text.Json 10.0.1 -> 10.0.2
21+
[.NETStandard,Version=v2.0]
22+
System.Text.Json 10.0.1 -> 10.0.2
23+
[.NETStandard,Version=v2.1]
24+
System.Text.Json 10.0.1 -> 10.0.2
25+
26+
» TinyBDD.NUnit.Tests
27+
[net9.0]
28+
NUnit3TestAdapter 6.0.1 -> 6.1.0
29+
[net8.0]
30+
NUnit3TestAdapter 6.0.1 -> 6.1.0
31+
[net10.0]
32+
NUnit3TestAdapter 6.0.1 -> 6.1.0
33+
34+
Version color legend:
35+
<red> : Major version update or pre-release version. Possible breaking changes.
36+
<yellow>: Minor version update. Backwards-compatible features added.
37+
<green> : Patch version update. Backwards-compatible bug fixes.
38+
39+
Upgrading package System.Text.Json...
40+
Project TinyBDD.Extensions.Reporting [net9.0] upgraded successfully
41+
Project TinyBDD.Extensions.Reporting [net8.0] upgraded successfully
42+
Project TinyBDD.Extensions.Reporting [net10.0] upgraded successfully
43+
Project TinyBDD.Extensions.Reporting [.NETFramework,Version=v4.7] upgraded successfully
44+
Project TinyBDD.Extensions.Reporting [.NETFramework,Version=v4.6.2] upgraded successfully
45+
Project TinyBDD.Extensions.Reporting [.NETFramework,Version=v4.7.2] upgraded successfully
46+
Project TinyBDD.Extensions.Reporting [.NETFramework,Version=v4.8.1] upgraded successfully
47+
Project TinyBDD.Extensions.Reporting [.NETFramework,Version=v4.8] upgraded successfully
48+
Project TinyBDD.Extensions.Reporting [.NETStandard,Version=v2.0] upgraded successfully
49+
Project TinyBDD.Extensions.Reporting [.NETStandard,Version=v2.1] upgraded successfully
50+
51+
Upgrading package NUnit3TestAdapter...
52+
Project TinyBDD.NUnit.Tests [net9.0] upgraded successfully
53+
Project TinyBDD.NUnit.Tests [net8.0] upgraded successfully
54+
Project TinyBDD.NUnit.Tests [net10.0] upgraded successfully
55+
56+
Elapsed: 00:00:43.8343300

0 commit comments

Comments
 (0)