File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
ScriptingBenchmark.LuaNET Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Jint" Version =" 4.2.1 " />
14
+ <PackageReference Include =" Jint" Version =" 4.2.2 " />
15
15
</ItemGroup >
16
16
17
17
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Lua.NET" Version =" 5 .0.3 " />
10
+ <PackageReference Include =" Lua.NET" Version =" 6 .0.1 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<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 " >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
</PackageReference >
19
- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
19
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0 " />
11
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.1 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments