From c656446f01db4b902b0c06b19551cc30d9dd9c6b Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 24 Jan 2017 09:40:19 -0800 Subject: Removing netstandard configurations for things that are bellow netstandard (#15373) Removing netstandard configurations for things that are bellow netstandard --- src/System.Runtime.Handles/src/Configurations.props | 2 +- src/System.Runtime.Handles/src/System.Runtime.Handles.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/System.Runtime.Handles') diff --git a/src/System.Runtime.Handles/src/Configurations.props b/src/System.Runtime.Handles/src/Configurations.props index ed0bd2acc9..dab388d445 100644 --- a/src/System.Runtime.Handles/src/Configurations.props +++ b/src/System.Runtime.Handles/src/Configurations.props @@ -4,7 +4,7 @@ net463-Windows_NT; uap101aot-Windows_NT; - netstandard; + netcoreapp; \ No newline at end of file diff --git a/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj b/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj index 3a0a3343aa..9f54b0e3bc 100644 --- a/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj +++ b/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj @@ -1,4 +1,4 @@ - + @@ -11,9 +11,9 @@ - - - + + + -- cgit v1.2.3