Skip to content

Commit 3912ee5

Browse files
committed
chore: downgrade Polyfill
1 parent 04745db commit 3912ee5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/Sentry.Compiler.Extensions/Sentry.Compiler.Extensions.csproj

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,8 @@
2323
https://github.com/SimonCropp/Polyfill
2424
-->
2525
<ItemGroup>
26-
<PackageReference Include="Polyfill" Version="9.8.1" PrivateAssets="all" />
26+
<PackageReference Include="Polyfill" Version="1.33.2" PrivateAssets="all" />
2727
</ItemGroup>
28-
<!-- We currently don't require Polyfills for System.Memory. Ensure the feature is disabled and suppress the MSBuild Warning from Polyfill. -->
29-
<Target Name="BeforePreparePolyfill" BeforeTargets="PreparePolyfill">
30-
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
31-
<PolyfillNoWarnIncorrectVersion>true</PolyfillNoWarnIncorrectVersion>
32-
</PropertyGroup>
33-
</Target>
34-
<Target Name="AfterPreparePolyfill" AfterTargets="PreparePolyfill" DependsOnTargets="PreparePolyfill">
35-
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
36-
<DefineConstants>$([System.String]::Copy('$(DefineConstants)').Replace('FeatureMemory','').Replace(';;',';'))</DefineConstants>
37-
</PropertyGroup>
38-
</Target>
3928

4029
<ItemGroup>
4130
<Using Remove="System.Text.Json" />

0 commit comments

Comments
 (0)