Skip to content

Commit dbf78cb

Browse files
Bump BenchmarkDotNet and 6 others
Bumps BenchmarkDotNet from 0.14.0 to 0.15.1 Bumps coverlet.collector from 6.0.0 to 6.0.4 Bumps Jint from 4.2.1 to 4.2.2 Bumps Lua.NET from 5.0.3 to 6.0.1 Bumps Microsoft.NET.Test.Sdk from 17.6.0 to 17.14.1 Bumps xunit from 2.4.2 to 2.9.3 Bumps xunit.runner.visualstudio from 2.4.5 to 3.1.1 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Jint dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Lua.NET dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3dc29e4 commit dbf78cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ScriptingBenchmark.Jint/ScriptingBenchmark.Jint.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Jint" Version="4.2.1" />
14+
<PackageReference Include="Jint" Version="4.2.2" />
1515
</ItemGroup>
1616

1717
</Project>

ScriptingBenchmark.LuaNET/ScriptingBenchmark.LuaNET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Lua.NET" Version="5.0.3" />
10+
<PackageReference Include="Lua.NET" Version="6.0.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

ScriptingBenchmark.Tests/ScriptingBenchmark.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0"/>
14-
<PackageReference Include="xunit" Version="2.4.2"/>
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
14+
<PackageReference Include="xunit" Version="2.9.3"/>
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="6.0.0">
19+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

ScriptingBenchmark/ScriptingBenchmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
11+
<PackageReference Include="BenchmarkDotNet" Version="0.15.1" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)