We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029250 commit b6442c7Copy full SHA for b6442c7
TUnit.Core/TUnit.Core.targets
@@ -8,7 +8,7 @@
8
9
<!-- Auto-include Polyfill package for compile-time type generation -->
10
<PropertyGroup>
11
- <_TUnitPolyfillVersion>8.9.0</_TUnitPolyfillVersion>
+ <_TUnitPolyfillVersion>8.9.1</_TUnitPolyfillVersion>
12
<_TUnitNeedsPolyfill Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFrameworkIdentifier)' == '.NETFramework'">true</_TUnitNeedsPolyfill>
13
</PropertyGroup>
14
0 commit comments