File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS
9292
9393 <ItemGroup >
9494 <PackageReference Include =" Google.Protobuf" Version =" 3.26.1" />
95- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8 .0.0 " />
95+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9 .0.8 " />
9696 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
9797 <PackageReference Include =" PolySharp" Version =" 1.14.1" >
9898 <PrivateAssets >all</PrivateAssets >
9999 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
100100 </PackageReference >
101- <PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.5 " />
101+ <PackageReference Include =" Portable.BouncyCastle" Version =" 1.9.0 " />
102102 <PackageReference Include =" SimpleBase" Version =" 1.3.1" />
103103 <PackageReference Include =" Grpc.Tools" Version =" 2.62.0" PrivateAssets =" All" />
104104 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 77 <IsPackable >false</IsPackable >
88 <DebugType >portable</DebugType >
99 <RootNamespace >Ipfs</RootNamespace >
10+ <NoWarn >$(NoWarn);MSTEST0036;MSTEST0039</NoWarn >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " PrivateAssets =" all" />
14- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.3.1 " PrivateAssets =" all" />
15- <PackageReference Include =" MSTest.TestFramework" Version =" 3.3.1 " PrivateAssets =" all" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " PrivateAssets =" all" />
15+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.10.2 " PrivateAssets =" all" />
16+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.10.2 " PrivateAssets =" all" />
1617 </ItemGroup >
1718
1819 <ItemGroup >
You can’t perform that action at this time.
0 commit comments