File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
using System . Runtime . Intrinsics . X86 ;
4
4
using System . Text ;
5
5
using BenchmarkDotNet . Attributes ;
6
- using Microsoft . Toolkit . HighPerformance ;
6
+ using CommunityToolkit . HighPerformance ;
7
7
using Utf8Utility . Benchmarks . Helpers ;
8
8
9
9
namespace Utf8Utility . Benchmarks ;
Original file line number Diff line number Diff line change 2
2
using System . Diagnostics . CodeAnalysis ;
3
3
using System . Runtime . CompilerServices ;
4
4
using System . Text ;
5
- using Microsoft . Toolkit . HighPerformance ;
5
+ using CommunityToolkit . HighPerformance ;
6
6
using Utf8Utility . Helpers ;
7
7
using Utf8Utility . Text ;
8
8
#if NET6_0_OR_GREATER
Original file line number Diff line number Diff line change 3
3
using System . Diagnostics . CodeAnalysis ;
4
4
using System . Runtime . CompilerServices ;
5
5
using System . Text ;
6
- using Microsoft . Toolkit . HighPerformance ;
6
+ using CommunityToolkit . HighPerformance ;
7
7
using Utf8Utility . Helpers ;
8
8
9
9
namespace Utf8Utility ;
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.Toolkit .HighPerformance" Version =" 7.1.2" />
15
+ <PackageReference Include =" CommunityToolkit .HighPerformance" Version =" 7.1.2" />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
You can’t perform that action at this time.
0 commit comments