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:
parent
af31b4fac4
commit
05df71825d
12 changed files with 16 additions and 12 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue