Updating the SDK version in the BundleSdks.props and adding dirs.props back to all csprojs but the TestAssets ones.

This commit is contained in:
Livar Cunha 2016-12-20 16:38:04 -08:00
parent fadacc0aac
commit 3b081316ad
40 changed files with 74 additions and 48 deletions

View file

@ -1,4 +1,6 @@
<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>
<TargetFramework>netcoreapp1.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>