Skip to content

Commit aa4977f

Browse files
Bump Polyfill from 1.8.0 to 1.10.0 in /src (#831)
1 parent a1917c2 commit aa4977f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Verify/Verify.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net462;net472;net48</TargetFrameworks>
44
<TargetFrameworks>$(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
@@ -8,7 +8,7 @@
88
<DefineConstants>$(DefineConstants);DiffEngine</DefineConstants>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Polyfill" Version="1.8.0" PrivateAssets="all" />
11+
<PackageReference Include="Polyfill" Version="1.10.0" PrivateAssets="all" />
1212
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp2'))" />
1313
<Using Include="System.ReadOnlySpan&lt;System.Char&gt;" Alias="CharSpan" />
1414
<Using Include="Argon" />

0 commit comments

Comments
 (0)