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
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2017-04-05 00:14:20 +0300
committerGitHub <noreply@github.com>2017-04-05 00:14:20 +0300
commit611e3feabcbcf7f79673b351d3e7e156a55f98c2 (patch)
treea5ecb91fd4eeac5ce92c4dae3bfbe3fdcffd6fba /src/System.Net.HttpListener
parente89b10fafe67ee5b781422d32e1408c9a2c4d295 (diff)
parent1413fb34a95ba068b8dec05c4ee143eb0990119f (diff)
Merge pull request #17893 from weshaggard/UpdateStandard
Update standard
Diffstat (limited to 'src/System.Net.HttpListener')
-rw-r--r--src/System.Net.HttpListener/ref/Configurations.props2
-rw-r--r--src/System.Net.HttpListener/ref/System.Net.HttpListener.csproj4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Net.HttpListener/ref/Configurations.props b/src/System.Net.HttpListener/ref/Configurations.props
index b7611d75b7..c701755863 100644
--- a/src/System.Net.HttpListener/ref/Configurations.props
+++ b/src/System.Net.HttpListener/ref/Configurations.props
@@ -3,7 +3,7 @@
<PropertyGroup>
<BuildConfigurations>
netcoreapp;
- uap-Windows_NT;
+ uap;
</BuildConfigurations>
</PropertyGroup>
</Project> \ No newline at end of file
diff --git a/src/System.Net.HttpListener/ref/System.Net.HttpListener.csproj b/src/System.Net.HttpListener/ref/System.Net.HttpListener.csproj
index 92df1a17e8..b99bbce325 100644
--- a/src/System.Net.HttpListener/ref/System.Net.HttpListener.csproj
+++ b/src/System.Net.HttpListener/ref/System.Net.HttpListener.csproj
@@ -6,8 +6,8 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Release|AnyCPU'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="System.Net.HttpListener.cs" />
</ItemGroup>