Upgrade to xunit 2.3.0-rc3

This commit is contained in:
Nate McMaster 2017-10-05 15:54:41 -07:00
parent 7ec8cc5fad
commit 991a3091f6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion> <NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion> <RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0</TestSdkVersion> <TestSdkVersion>15.3.0</TestSdkVersion>
<XunitVersion>2.3.0-beta4-build3742</XunitVersion> <XunitVersion>2.3.0-rc3-build3818</XunitVersion>
</PropertyGroup> </PropertyGroup>
<!-- defines the default values for each item type --> <!-- defines the default values for each item type -->