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
chore(deps): update dependency polyfill to 9.10.0
  • Loading branch information
renovate-bot committed Feb 22, 2026
commit a36c73db4a63be850ec4d1caf8baf6bd419bd816
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.9.0</_TUnitPolyfillVersion>
<_TUnitPolyfillVersion>9.10.0</_TUnitPolyfillVersion>
<_TUnitNeedsPolyfill Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFrameworkIdentifier)' == '.NETFramework'">true</_TUnitNeedsPolyfill>
</PropertyGroup>

Expand Down
Loading