Skip to content

Commit

Permalink
Merge pull request #10 from Cysharp/hadashiA/remove-polysharp
Browse files Browse the repository at this point in the history
Fix polysharp reference
  • Loading branch information
neuecc committed Dec 14, 2023
2 parents caf3deb + aaa346e commit bd04ec9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Utf8StringInterpolation/Utf8StringInterpolation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<Description>Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PolySharp" Version="1.7.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
Expand All @@ -40,4 +36,10 @@
</Compile>
</ItemGroup>

<ItemGroup>
<PackageReference Include="PolySharp" Version="1.14.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit bd04ec9

Please sign in to comment.