Testplatform release 15.0.0-preview-20161227-02 (#5055)

* Update testplatform packages version

* Refer TestPlatform version from DependencyVersions.props

* Updating the packages with respect to Testplatform release 15.0.0-preview-20161227-02

* Add dit.props to test assets projects
This commit is contained in:
Satya Madala 2016-12-28 23:47:33 +05:30 committed by Livar
parent af31b4fac4
commit 05df71825d
12 changed files with 16 additions and 12 deletions

View file

@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net46;netcoreapp1.0</TargetFrameworks>
@ -26,7 +27,7 @@
<Version>1.1.5-preview</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk">
<Version>15.0.0-preview-20161123-03</Version>
<Version>$(CLI_TestPlatform_Version)</Version>
</PackageReference>
</ItemGroup>
</Project>