1 write to _currentVersion
Microsoft.AspNetCore.InternalTesting (1)
xunit\MaximumOSVersionAttribute.cs (1)
38
_currentVersion
= new Version(currentVersion.Major, currentVersion.Minor,
1 reference to _currentVersion
Microsoft.AspNetCore.InternalTesting (1)
xunit\MaximumOSVersionAttribute.cs (1)
44
_skip = _targetOS == _currentOS && _maxVersion <
_currentVersion
;