Skip to content

Commit

Permalink
Use PolySharp for downlevel stubs
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
sblom committed Dec 22, 2023
1 parent 7ebed33 commit d606a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 0 additions & 7 deletions RegExtract/CompatibilityDefinitions.cs

This file was deleted.

10 changes: 8 additions & 2 deletions RegExtract/RegExtract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ See more docs at project page: https://github.com/sblom/RegExtract
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>RegExtract.Test</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute"
Condition="'$(Configuration)' == 'Debug'">
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute" Condition="'$(Configuration)' == 'Debug'">
<_Parameter1>LINQPadQuery</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
Expand All @@ -77,4 +76,11 @@ See more docs at project page: https://github.com/sblom/RegExtract
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

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

</Project>

0 comments on commit d606a4e

Please sign in to comment.