Skip to content

Commit 377afd3

Browse files
committed
refs
1 parent d5bc009 commit 377afd3

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
@@ -9,7 +9,7 @@
99
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard' OR '$(TargetFrameworkIdentifier)' == '.NETFramework'" />
1010
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
1111
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
12-
<PackageReference Include="Polyfill" Version="1.32.1" PrivateAssets="all" />
12+
<PackageReference Include="Polyfill" Version="1.33.0" PrivateAssets="all" />
1313
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework) =='net461'" />
1414
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="build\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
1515
<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.8.0" />
1010
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" PrivateAssets="all" />
11-
<PackageReference Include="Polyfill" Version="1.32.1" PrivateAssets="all" />
11+
<PackageReference Include="Polyfill" Version="1.33.0" PrivateAssets="all" />
1212
<PackageReference Include="NUnit" Version="4.0.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
1414
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />

0 commit comments

Comments
 (0)