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.1" />
<PackageVersion Include="Polyfill" Version="11.0.2" />
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 Update the packaged Polyfill fallback too

For consumers targeting .NET Framework or netstandard without their own Polyfill reference, the packed src/TUnit.Core/TUnit.Core.targets still sets _TUnitPolyfillVersion to 11.0.1 and injects that version. Consequently, this dependency update reaches internal builds and newly generated templates but not existing TUnit consumers relying on automatic injection; update the packaged fallback constant alongside this line. CLAUDE.mdL71-L71

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.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="11.0.2" PrivateAssets="all" />
<!--#endif -->
</ItemGroup>

Expand Down
Loading