Skip to content

Commit

Permalink
Use PolySharp instead of PolyFill. Does the same, but is better suppo…
Browse files Browse the repository at this point in the history
…rted.
  • Loading branch information
Corniel committed Aug 7, 2023
1 parent f177c0d commit 74fa50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Polyfill" Version="1.*" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="PolySharp" Version="1.*" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>

<ItemGroup Label="Analyzers">
Expand Down
6 changes: 2 additions & 4 deletions src/Qowaiv/Qowaiv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ v5.1.2
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Memory" Version="4.5.5" />
<!--<PackageReference Include="System.Memory" Version="4.5.5" />-->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
<Compile Update="QowaivMessages.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 74fa50f

Please sign in to comment.