Skip to content

Commit 4d4e6c5

Browse files
authored
Microsoft.ToolkitからCommunityToolkitに変更 (#108)
1 parent 833fdb0 commit 4d4e6c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Source/Utf8Utility.Benchmarks/Utf8ArrayIsAsciiBenchmark.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.Intrinsics.X86;
44
using System.Text;
55
using BenchmarkDotNet.Attributes;
6-
using Microsoft.Toolkit.HighPerformance;
6+
using CommunityToolkit.HighPerformance;
77
using Utf8Utility.Benchmarks.Helpers;
88

99
namespace Utf8Utility.Benchmarks;

Source/Utf8Utility/Utf8Array.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Diagnostics.CodeAnalysis;
33
using System.Runtime.CompilerServices;
44
using System.Text;
5-
using Microsoft.Toolkit.HighPerformance;
5+
using CommunityToolkit.HighPerformance;
66
using Utf8Utility.Helpers;
77
using Utf8Utility.Text;
88
#if NET6_0_OR_GREATER

Source/Utf8Utility/Utf8ArrayDictionary.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Diagnostics.CodeAnalysis;
44
using System.Runtime.CompilerServices;
55
using System.Text;
6-
using Microsoft.Toolkit.HighPerformance;
6+
using CommunityToolkit.HighPerformance;
77
using Utf8Utility.Helpers;
88

99
namespace Utf8Utility;

Source/Utf8Utility/Utf8Utility.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" />
15+
<PackageReference Include="CommunityToolkit.HighPerformance" Version="7.1.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)