Skip to content

Commit 7e84fda

Browse files
committed
chore: Change Polyfill from 1.34.0 to 1.33.2
1 parent ed89884 commit 7e84fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Sentry.Analyzers/Sentry.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
https://github.com/SimonCropp/Polyfill
2525
-->
2626
<ItemGroup>
27-
<PackageReference Include="Polyfill" Version="1.34.0" PrivateAssets="all" />
27+
<PackageReference Include="Polyfill" Version="1.33.2" PrivateAssets="all" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

src/Sentry/Sentry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
https://github.com/SimonCropp/Polyfill
6666
-->
6767
<ItemGroup>
68-
<PackageReference Include="Polyfill" Version="1.34.0" PrivateAssets="all" />
68+
<PackageReference Include="Polyfill" Version="1.33.2" PrivateAssets="all" />
6969
</ItemGroup>
7070

7171
<!--

0 commit comments

Comments
 (0)