Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-08-04 23:39:32 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-08-04 23:39:32 +0300
commitdb069e0f66c92fafc704dcf6f833817818b3b465 (patch)
tree84f05574a1cbc411ab0d8a00a7ae3f0d45458253 /src
parentf7627dede3fec607a3663cd79204ad6ce10ba63d (diff)
Only have netstandard ref for System.ServiceProcess.ServiceController
We only need a netsteandard ref that can be shared between netcoreapp and netstandard.
Diffstat (limited to 'src')
-rw-r--r--src/System.ServiceProcess.ServiceController/ref/Configurations.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.ServiceProcess.ServiceController/ref/Configurations.props b/src/System.ServiceProcess.ServiceController/ref/Configurations.props
index d85862f3fd..d9777d8275 100644
--- a/src/System.ServiceProcess.ServiceController/ref/Configurations.props
+++ b/src/System.ServiceProcess.ServiceController/ref/Configurations.props
@@ -2,9 +2,8 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netcoreapp;
- netfx;
netstandard;
+ netfx;
</BuildConfigurations>
</PropertyGroup>
</Project> \ No newline at end of file