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:
Diffstat (limited to 'src/System.Runtime.Extensions/pkg')
-rw-r--r--src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.builds14
-rw-r--r--src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.pkgproj35
-rw-r--r--src/System.Runtime.Extensions/pkg/ValidationSuppression.txt1
-rw-r--r--src/System.Runtime.Extensions/pkg/unix/System.Runtime.Extensions.pkgproj18
-rw-r--r--src/System.Runtime.Extensions/pkg/win/System.Runtime.Extensions.pkgproj25
5 files changed, 0 insertions, 93 deletions
diff --git a/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.builds b/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.builds
deleted file mode 100644
index 651417a95c..0000000000
--- a/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.builds
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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.Runtime.Extensions.pkgproj" />
- <Project Include="win\System.Runtime.Extensions.pkgproj">
- <OSGroup>Windows_NT</OSGroup>
- </Project>
- <Project Include="unix\System.Runtime.Extensions.pkgproj">
- <OSGroup>Unix</OSGroup>
- </Project>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.pkgproj b/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.pkgproj
deleted file mode 100644
index 8669b07e55..0000000000
--- a/src/System.Runtime.Extensions/pkg/System.Runtime.Extensions.pkgproj
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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.Runtime.Extensions.builds">
- <SupportedFramework>netcoreapp2.0;uap10.1;net461;$(AllXamarinFrameworks)</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\src\System.Runtime.Extensions.csproj">
- <TargetGroup>net461</TargetGroup>
- </ProjectReference>
- <ProjectReference Include="..\src\System.Runtime.Extensions.csproj">
- <TargetGroup>uap101aot</TargetGroup>
- </ProjectReference>
- <ProjectReference Include="win\System.Runtime.Extensions.pkgproj" />
- <ProjectReference Include="unix\System.Runtime.Extensions.pkgproj" />
- <InboxOnTargetFramework Include="MonoAndroid10" />
- <InboxOnTargetFramework Include="MonoTouch10" />
- <InboxOnTargetFramework Include="net45">
- <FrameworkReference>System</FrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="win8" />
- <InboxOnTargetFramework Include="wp80" />
- <InboxOnTargetFramework Include="wpa81" />
- <InboxOnTargetFramework Include="portable-net45+win8+wp8+wpa81" />
- <InboxOnTargetFramework Include="xamarinios10" />
- <InboxOnTargetFramework Include="xamarinmac20" />
- <InboxOnTargetFramework Include="xamarintvos10" />
- <InboxOnTargetFramework Include="xamarinwatchos10" />
- <!-- the previous version of this package supported a different API version for
- net462, but since netstandard2.0 supports the latest and net461 supports
- netstandard2.0 we need to suppress the old net462 assembly. -->
- <HarvestSuppressPaths Include="ref/net462;lib/net462" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.Runtime.Extensions/pkg/ValidationSuppression.txt b/src/System.Runtime.Extensions/pkg/ValidationSuppression.txt
deleted file mode 100644
index bee9ffe37e..0000000000
--- a/src/System.Runtime.Extensions/pkg/ValidationSuppression.txt
+++ /dev/null
@@ -1 +0,0 @@
-PermitHigherCompatibleImplementationVersion \ No newline at end of file
diff --git a/src/System.Runtime.Extensions/pkg/unix/System.Runtime.Extensions.pkgproj b/src/System.Runtime.Extensions/pkg/unix/System.Runtime.Extensions.pkgproj
deleted file mode 100644
index 8383179b87..0000000000
--- a/src/System.Runtime.Extensions/pkg/unix/System.Runtime.Extensions.pkgproj
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
- <PackageTargetRuntime>unix</PackageTargetRuntime>
- <PreventImplementationReference>true</PreventImplementationReference>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\System.Runtime.Extensions.csproj">
- <OSGroup>Unix</OSGroup>
- </ProjectReference>
- <ProjectReference Include="..\..\src\System.Runtime.Extensions.csproj">
- <OSGroup>Unix</OSGroup>
- <TargetGroup>netcoreapp1.2corert</TargetGroup>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.Runtime.Extensions/pkg/win/System.Runtime.Extensions.pkgproj b/src/System.Runtime.Extensions/pkg/win/System.Runtime.Extensions.pkgproj
deleted file mode 100644
index 0f67998a31..0000000000
--- a/src/System.Runtime.Extensions/pkg/win/System.Runtime.Extensions.pkgproj
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>
- <PackageTargetRuntime>win</PackageTargetRuntime>
- <PreventImplementationReference>true</PreventImplementationReference>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\System.Runtime.Extensions.csproj">
- <OSGroup>Windows_NT</OSGroup>
- </ProjectReference>
- <ProjectReference Include="..\..\src\System.Runtime.Extensions.csproj">
- <OSGroup>Windows_NT</OSGroup>
- <TargetGroup>netcoreapp1.2corert</TargetGroup>
- </ProjectReference>
- <!-- AOT implementation comes from AOT package -->
- <File Include="$(PlaceholderFile)">
- <TargetPath>runtimes/aot/lib/uap10.1</TargetPath>
- <TargetFramework>aot</TargetFramework>
- </File>
- <!-- don't use the dotnet implementation for any version of desktop, it's implementation comes from the reference package -->
- <ExternalOnTargetFramework Include="net" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file