From 83afd158b908115ab509b3bd7b6436b952bd5e2f Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 24 Feb 2017 15:36:08 -0800 Subject: Update build tools to latest (#2815) * Update BuildToolsVersion to latest * Cleanup CLSCompliant warnings * Delete workaround that is no longer needed * Download .NET Core 1.1 * Fix Roslyn props * MSBuild.exe was renamed to MSBuild.dll * Fix CoreCLR tests * Rename netcoreapp12 -> netcoreapp20 * Fix UnitTests runs * Fix RemoveEmptyFinalizers CodeAnalysis warnings * Port init-tools.sh cleanup from CoreCLR --- dir.props | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'dir.props') diff --git a/dir.props b/dir.props index f9010d1aa..7d9ea59de 100644 --- a/dir.props +++ b/dir.props @@ -13,7 +13,7 @@ Until we can get these sorted out we will continue using the .NET 4.5 version of the tasks. --> - true + true @@ -81,7 +81,7 @@ $(ProjectDir)Tools/ $(ToolRuntimePath)dotnetcli/ $(DotnetCliPath)dotnet - $(ToolsDir)net45/ + $(ToolsDir)net46/ $(ToolsDir) $(BuildToolsTaskDir) @@ -152,27 +152,7 @@ true - - - - Portable - - - false - - - false - + @@ -272,8 +252,8 @@ - netcoreapp1.2 - .NETCoreApp,Version=v1.2 + netcoreapp2.0 + .NETCoreApp,Version=v2.0 false -- cgit v1.2.3