Skip to content

Commit e1bc2e2

Browse files
committed
refs
1 parent d6c3695 commit e1bc2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EmptyFiles/EmptyFiles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
88
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" Condition="'$(TargetFramework)' != 'net8.0' AND '$(TargetFramework)' != 'net9.0'" />
99
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />
10-
<PackageReference Include="Polyfill" Version="5.0.0" PrivateAssets="all" />
10+
<PackageReference Include="Polyfill" Version="5.2.2" PrivateAssets="all" />
1111
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework) =='net461'" />
1212
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="build\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
1313
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="buildTransitive\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1010
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.2" PrivateAssets="all" />
11-
<PackageReference Include="Polyfill" Version="5.0.0" PrivateAssets="all" />
11+
<PackageReference Include="Polyfill" Version="5.2.2" PrivateAssets="all" />
1212
<PackageReference Include="NUnit" Version="4.1.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
1414
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />

0 commit comments

Comments
 (0)