File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "erlang" : " 25.2.2 " ,
3
- "rabbitmq" : " 3.11.8 "
2
+ "erlang" : " 25.2.3 " ,
3
+ "rabbitmq" : " 3.11.9 "
4
4
}
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.4 " />
11
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.5 " />
12
12
<PackageReference Include =" Ductus.FluentDocker" Version =" 2.10.59" />
13
13
</ItemGroup >
14
14
Original file line number Diff line number Diff line change 31
31
32
32
using System ;
33
33
using System . Collections . Generic ;
34
- using System . Diagnostics ;
35
34
using System . Text ;
36
35
using System . Threading ;
37
36
using System . Threading . Tasks ;
@@ -202,7 +201,7 @@ public void TestPropertiesRountrip_Headers()
202
201
// Arrange
203
202
var subject = new BasicProperties
204
203
{
205
- Headers = new Dictionary < string , object ? > ( )
204
+ Headers = new Dictionary < string , object > ( )
206
205
} ;
207
206
208
207
var cf = new ConnectionFactory ( ) ;
Original file line number Diff line number Diff line change 13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0 " />
17
17
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
26
26
<PrivateAssets >all</PrivateAssets >
27
27
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
28
</PackageReference >
29
- <PackageReference Include =" Verify.Xunit" Version =" 19.9.2 " />
29
+ <PackageReference Include =" Verify.Xunit" Version =" 19.10.0 " />
30
30
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.4.13" />
31
31
</ItemGroup >
32
32
You can’t perform that action at this time.
0 commit comments