Upgrade xunit to 2.3.0 rtm

This commit is contained in:
Nate McMaster 2017-10-09 11:40:58 -07:00
parent 991a3091f6
commit a697a68925
1 changed files with 1 additions and 1 deletions

View File

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