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 abf3d43 commit cc14f25Copy full SHA for cc14f25
msbuild/props/SixLabors.Tests.props
@@ -20,12 +20,11 @@
20
Condition="'$(IsCodeCoverage)'=='true'"/>
21
22
<PackageReference Include="Microsoft.NET.Test.Sdk"
23
- Version="16.8.0"
24
- IsImplicitlyDefined="true"
25
- Condition="'$(TargetFramework)' != 'netcoreapp2.0'"/>
+ Version="17.4.1"
+ IsImplicitlyDefined="true"/>
26
27
<PackageReference Include="xunit.runner.visualstudio"
28
- Version="2.4.3"
+ Version="2.4.5"
29
IsImplicitlyDefined="true" />
30
31
<Using Include="Xunit" Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'"/>
0 commit comments