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:
authorqizhanMS <qizhan@microsoft.com>2017-02-25 03:17:26 +0300
committerqizhanMS <qizhan@microsoft.com>2017-02-25 03:17:26 +0300
commit92923d53879ad34179b1a464bb6937f17d06364c (patch)
tree852290f1eab82ec74d1a36d80b55292e0ed7d935 /src/System.Transactions.Local
parent93cdfddad56bcb1e1de90542326e296284059d85 (diff)
Remove the assembly name in System.Transactions.Local.csproj and update the reference in System.Data.Common.csproj
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/ref/System.Transactions.Local.csproj3
-rw-r--r--src/System.Transactions.Local/src/System.Transactions.Local.csproj3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Transactions.Local/ref/System.Transactions.Local.csproj b/src/System.Transactions.Local/ref/System.Transactions.Local.csproj
index 6d90b52d11..806d00bca0 100644
--- a/src/System.Transactions.Local/ref/System.Transactions.Local.csproj
+++ b/src/System.Transactions.Local/ref/System.Transactions.Local.csproj
@@ -9,9 +9,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
- <PropertyGroup>
- <AssemblyName>System.Transactions.Local</AssemblyName>
- </PropertyGroup>
<ItemGroup>
<Compile Include="System.Transactions.cs" />
</ItemGroup>
diff --git a/src/System.Transactions.Local/src/System.Transactions.Local.csproj b/src/System.Transactions.Local/src/System.Transactions.Local.csproj
index 40f7ad13a1..2b01fe0adc 100644
--- a/src/System.Transactions.Local/src/System.Transactions.Local.csproj
+++ b/src/System.Transactions.Local/src/System.Transactions.Local.csproj
@@ -11,9 +11,6 @@
<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>
- <AssemblyName>System.Transactions.Local</AssemblyName>
- </PropertyGroup>
<ItemGroup>
<Compile Include="System\Transactions\CommittableTransaction.cs" />
<Compile Include="System\Transactions\DependentTransaction.cs" />