Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<PackageVersion Include="OneOf" Version="3.0.271" />
<PackageVersion Include="OneOf.SourceGenerator" Version="3.0.271" />
<PackageVersion Include="Polly" Version="8.7.0" />
<PackageVersion Include="Polyfill" Version="10.11.2" />
<PackageVersion Include="Polyfill" Version="11.0.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the packaged Polyfill injection in sync

This bump only affects this repo's central package version and the template, but the TUnit.Core NuGet package still packs TUnit.Core.targets, where _TUnitPolyfillVersion remains 10.11.2 (TUnit.Core/TUnit.Core.targets:11). Any .NET Framework/netstandard consumer relying on TUnit's automatic polyfill injection will continue restoring 10.11.2, so the dependency update is not actually applied for that supported path.

Useful? React with 👍 / 👎.

<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="RandomDataGenerator.Net" Version="1.0.19.1" />
<PackageVersion Include="Shouldly" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion TUnit.Templates/content/TUnit/TestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="TUnit" Version="1.5*" />
<!--#if (IsNetFramework) -->
<PackageReference Include="Polyfill" Version="10.11.2" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="11.0.0" PrivateAssets="all" />
<!--#endif -->
</ItemGroup>

Expand Down
Loading