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:
authorAlex Perovich <alperovi@microsoft.com>2017-01-09 22:34:54 +0300
committerAlex Perovich <alperovi@microsoft.com>2017-01-11 03:20:42 +0300
commit1f8b5264a8156f91c48b2dc344d5410ee6f574cb (patch)
tree7a5810b9ca46569345adb032194b91812204a6dd /src/System.Threading.Overlapped
parent7bba15c1d2518d3f0bb85c40ed87322edfdf87eb (diff)
Automated update of ns1.7->ns2.0 and nca1.1->nca2.0
Diffstat (limited to 'src/System.Threading.Overlapped')
-rw-r--r--src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.builds5
-rw-r--r--src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.pkgproj6
-rw-r--r--src/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj4
-rw-r--r--src/System.Threading.Overlapped/src/Configurations.props4
-rw-r--r--src/System.Threading.Overlapped/tests/Configurations.props6
-rw-r--r--src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.builds4
-rw-r--r--src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj2
7 files changed, 14 insertions, 17 deletions
diff --git a/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.builds b/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.builds
index 2f6a1c296b..b2228b3c61 100644
--- a/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.builds
+++ b/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.builds
@@ -1,9 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
<Project Include="System.Threading.Overlapped.pkgproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project>
-
+</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.pkgproj b/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.pkgproj
index aeb1755afd..663b16eac2 100644
--- a/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.pkgproj
+++ b/src/System.Threading.Overlapped/pkg/System.Threading.Overlapped.pkgproj
@@ -1,13 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-
<ItemGroup>
<ProjectReference Include="..\ref\System.Threading.Overlapped.csproj">
- <SupportedFramework>net463;netcoreapp1.1</SupportedFramework>
+ <SupportedFramework>net463;netcoreapp2.0</SupportedFramework>
</ProjectReference>
<ProjectReference Include="..\src\System.Threading.Overlapped.builds" />
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj b/src/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj
index 3e43ac771a..96ee3e0336 100644
--- a/src/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj
+++ b/src/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -11,4 +11,4 @@
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/src/Configurations.props b/src/System.Threading.Overlapped/src/Configurations.props
index 54621aaa25..ade796f1bf 100644
--- a/src/System.Threading.Overlapped/src/Configurations.props
+++ b/src/System.Threading.Overlapped/src/Configurations.props
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
@@ -7,4 +7,4 @@
netstandard-Unix;
</BuildConfigurations>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/tests/Configurations.props b/src/System.Threading.Overlapped/tests/Configurations.props
index 9899767269..cf10431a14 100644
--- a/src/System.Threading.Overlapped/tests/Configurations.props
+++ b/src/System.Threading.Overlapped/tests/Configurations.props
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
netstandard1.3-Windows_NT;
- netstandard1.7-Windows_NT;
+ netstandard-Windows_NT;
</BuildConfigurations>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.builds b/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.builds
index bdc8fad699..9caea57685 100644
--- a/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.builds
+++ b/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.builds
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
@@ -12,4 +12,4 @@
</Project>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
index 0499f24083..4ce0cbd4d8 100644
--- a/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
+++ b/src/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
@@ -27,4 +27,4 @@
<Compile Include="OverlappedTests.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file