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 @@ -79,7 +79,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="11.0.2" />
<PackageVersion Include="Polyfill" Version="11.2.0" />
Comment thread
greptile-apps[bot] marked this conversation as resolved.

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 automatic Polyfill version in sync

For consumers targeting .NET Framework or netstandard2.x without their own Polyfill reference, the packaged src/TUnit.Core/TUnit.Core.targets still sets _TUnitPolyfillVersion to 11.0.2 and injects that value through either Version or VersionOverride. Consequently, this update affects repository builds and generated templates but leaves TUnit's automatic dependency path on the old release; update the packaged target's version alongside this central version.

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 src/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.6*" />
<!--#if (IsNetFramework) -->
<PackageReference Include="Polyfill" Version="11.0.2" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="11.2.0" PrivateAssets="all" />
<!--#endif -->
</ItemGroup>

Expand Down
Loading