This repository was archived by the owner on Nov 9, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
src/Microsoft.AspNetCore.Testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <InternalAspNetCoreSdkPackageVersion >2.0.2-rc1-15526</InternalAspNetCoreSdkPackageVersion >
4- <MicrosoftNETCoreApp20PackageVersion >2.0.5 </MicrosoftNETCoreApp20PackageVersion >
4+ <MicrosoftNETCoreApp20PackageVersion >2.0.7 </MicrosoftNETCoreApp20PackageVersion >
55 <MicrosoftNETTestSdkPackageVersion >15.3.0</MicrosoftNETTestSdkPackageVersion >
66 <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
77 <SystemRuntimeInteropServicesRuntimeInformationPackageVersion >4.3.0</SystemRuntimeInteropServicesRuntimeInformationPackageVersion >
8- <XunitPackageVersion >2.3.0-beta2-build3683 </XunitPackageVersion >
9- <XunitRunnerVisualStudioPackageVersion >2.3.0-beta2-build1317 </XunitRunnerVisualStudioPackageVersion >
8+ <XunitPackageVersion >2.3.1 </XunitPackageVersion >
9+ <XunitRunnerVisualStudioPackageVersion >2.3.1 </XunitRunnerVisualStudioPackageVersion >
1010 </PropertyGroup >
1111
1212 <Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
Original file line number Diff line number Diff line change 1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1111 <PackageTags >aspnetcore</PackageTags >
1212 <EnableApiCheck >false</EnableApiCheck >
13+ <IsPackable >true</IsPackable >
1314 </PropertyGroup >
1415
1516 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >2.0.1 </VersionPrefix >
3+ <VersionPrefix >2.0.2 </VersionPrefix >
44 <VersionSuffix >rtm</VersionSuffix >
55 <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
66 <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
You can’t perform that action at this time.
0 commit comments