Skip to content
Merged
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 TUnit.Core/TUnit.Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Auto-include Polyfill package for compile-time type generation -->
<PropertyGroup>
<_TUnitPolyfillVersion>9.4.1</_TUnitPolyfillVersion>
<_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion>
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

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

The Polyfill version is also defined in Directory.Packages.props at line 63 and needs to be updated to 9.5.0 to maintain consistency. The project uses Central Package Management (CPM) as evidenced by Directory.Packages.props, and TUnit.Core.targets references this version for automatic Polyfill injection. Both version definitions should be kept in sync.

Copilot uses AI. Check for mistakes.
<_TUnitNeedsPolyfill Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFrameworkIdentifier)' == '.NETFramework'">true</_TUnitNeedsPolyfill>
</PropertyGroup>

Expand Down
Loading