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 11{
2- "erlang" : " 25.2.2 " ,
3- "rabbitmq" : " 3.11.8 "
2+ "erlang" : " 25.2.3 " ,
3+ "rabbitmq" : " 3.11.9 "
44}
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.4 " />
11+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.5 " />
1212 <PackageReference Include =" Ductus.FluentDocker" Version =" 2.10.59" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change 3131
3232using System ;
3333using System . Collections . Generic ;
34- using System . Diagnostics ;
3534using System . Text ;
3635using System . Threading ;
3736using System . Threading . Tasks ;
@@ -202,7 +201,7 @@ public void TestPropertiesRountrip_Headers()
202201 // Arrange
203202 var subject = new BasicProperties
204203 {
205- Headers = new Dictionary < string , object ? > ( )
204+ Headers = new Dictionary < string , object > ( )
206205 } ;
207206
208207 var cf = new ConnectionFactory ( ) ;
Original file line number Diff line number Diff line change 1313 </ItemGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0 " />
1717 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 <PrivateAssets >all</PrivateAssets >
2626 <PrivateAssets >all</PrivateAssets >
2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2828 </PackageReference >
29- <PackageReference Include =" Verify.Xunit" Version =" 19.9.2 " />
29+ <PackageReference Include =" Verify.Xunit" Version =" 19.10.0 " />
3030 <PackageReference Include =" Xunit.SkippableFact" Version =" 1.4.13" />
3131 </ItemGroup >
3232
You can’t perform that action at this time.
0 commit comments