File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 <ItemGroup >
99 <ProjectReference Include =" ../HyperSharp.Results/HyperSharp.Results.csproj" />
1010 <ProjectReference Include =" ../HyperSharp.Responders/HyperSharp.Responders.csproj" />
11- <PackageReference Include =" Microsoft.Toolkit. HighPerformance" Version =" 7.1.2 " />
11+ <PackageReference Include =" CommunityToolkit. HighPerformance" Version =" 8.4.0 " />
1212 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.3" />
1313 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9.0.3" />
1414 <PackageReference Include =" System.IO.Pipelines" Version =" 9.0.3" />
Original file line number Diff line number Diff line change 1212using System . Text ;
1313using System . Threading ;
1414using System . Threading . Tasks ;
15- using Microsoft . Toolkit . HighPerformance ;
15+ using CommunityToolkit . HighPerformance ;
1616
1717namespace HyperSharp . Protocol
1818{
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Reflection ;
44using System . Runtime . InteropServices ;
5- using Microsoft . Toolkit . HighPerformance . Buffers ;
5+ using CommunityToolkit . HighPerformance . Buffers ;
66
77namespace HyperSharp . Protocol
88{
Original file line number Diff line number Diff line change 44using System . Text . Json ;
55using System . Threading ;
66using System . Threading . Tasks ;
7- using Microsoft . Toolkit . HighPerformance ;
7+ using CommunityToolkit . HighPerformance ;
88
99namespace HyperSharp . Protocol
1010{
Original file line number Diff line number Diff line change 99using System . Runtime . InteropServices ;
1010using System . Text ;
1111using System . Threading . Tasks ;
12- using Microsoft . Toolkit . HighPerformance ;
12+ using CommunityToolkit . HighPerformance ;
1313using System . Linq ;
1414
1515namespace HyperSharp . Protocol
Original file line number Diff line number Diff line change 33using System . Text ;
44using System . Threading ;
55using System . Threading . Tasks ;
6- using Microsoft . Toolkit . HighPerformance ;
6+ using CommunityToolkit . HighPerformance ;
77
88namespace HyperSharp . Protocol
99{
Original file line number Diff line number Diff line change 33using System . Text ;
44using System . Threading ;
55using System . Threading . Tasks ;
6- using Microsoft . Toolkit . HighPerformance ;
6+ using CommunityToolkit . HighPerformance ;
77
88namespace HyperSharp . Protocol
99{
You can’t perform that action at this time.
0 commit comments