Skip to content

Commit 9a903fa

Browse files
Bump Polyfill from 3.0.0 to 4.0.0 in /src (#703)
Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 3.0.0 to 4.0.0. - [Commits](SimonCropp/Polyfill@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: Polyfill dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3c73d8 commit 9a903fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MarkdownSnippets/MarkdownSnippets.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
8-
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
8+
<PackageReference Include="Polyfill" Version="4.0.0" PrivateAssets="all" />
99
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard' OR '$(TargetFrameworkIdentifier)' == '.NETFramework' OR '$(TargetFrameworkIdentifier)' == '.NETCOREAPP'" />
1010
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="'$(TargetFramework)' == 'net48'" />
1111
</ItemGroup>

0 commit comments

Comments
 (0)