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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-03-02 22:50:34 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-03-02 22:50:34 +0300
commit9bade79936a704964a87445ed5c32ca60b712f9a (patch)
tree2d2275551d930c99a755bac15e3513003edb3220 /src/System.Transactions.Local
parentee00ac5aec23c24ab05821c089cc9cbbd3285369 (diff)
Remove System.Transactions.Local individual package
System.Transactions.Local doesn't need to ship as an individual package because it is part of netstandard2.0 and will be included in the NETCore app platform package. Update the package baseline file to marke it as inbox and also add the System.Transaction inbox entries as well.
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/pkg/System.Transactions.Local.pkgproj36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/System.Transactions.Local/pkg/System.Transactions.Local.pkgproj b/src/System.Transactions.Local/pkg/System.Transactions.Local.pkgproj
deleted file mode 100644
index 8bb6357c1b..0000000000
--- a/src/System.Transactions.Local/pkg/System.Transactions.Local.pkgproj
+++ /dev/null
@@ -1,36 +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.Transactions.Local.csproj">
- <SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\src\System.Transactions.Local.csproj" />
- <InboxOnTargetFramework Include="net461">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <!-- System.Transactions is a classic reference assembly on Xamarin platforms -->
- <InboxOnTargetFramework Include="monoandroid10">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="monotouch10">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="xamarinios10">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="Xamarinmac20">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="xamarintvos10">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="xamarinwatchos10">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <NotSupportedOnTargetFramework Include="netcore50">
- <PackageTargetRuntime>win7</PackageTargetRuntime>
- </NotSupportedOnTargetFramework>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file