Skip to content

Commit

Permalink
Bump Polyfill from 1.27.0 to 1.27.1 in /src (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 29, 2023
1 parent 8f74ec7 commit 50e3e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Verify.ExceptionParsing/Verify.ExceptionParsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="1.27.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.27.1" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.91" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DefineConstants>$(DefineConstants);DiffEngine</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="1.27.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.27.1" PrivateAssets="all" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" Condition="$(TargetFrameworkIdentifier) == '.NETFramework'" />
<PackageReference Include="System.IO.Hashing" Version="7.0.0" Condition="$(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework) == 'net6.0' or $(TargetFramework) == 'net7.0' or $(TargetFramework) == 'net8.0'"/>
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp2'))" />
Expand Down

0 comments on commit 50e3e92

Please sign in to comment.