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>2016-07-10 20:00:33 +0300
committerStephen Toub <stoub@microsoft.com>2016-07-20 00:22:05 +0300
commitf7125b3b9a80959a1d8546a654f854f8063a89b0 (patch)
tree9d34812c508dcbd365f9f1d88e6d88e5407e71af /pkg/descriptions.json
parent9cd81943a9986f4e7e9e8d39680033f2d26871df (diff)
Add packaging for System.Transactions
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 2933d9884e..6dfab9862c 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1743,6 +1743,14 @@
"System.Threading.TimerCallback"
]
},
+ {
+ "Name": "System.Transactions",
+ "Description": "Provides classes that allow you to write your own transactional application and resource manager.",
+ "CommonTypes": [
+ "System.Transactions.Transaction",
+ "System.Transactions.TransactionScope"
+ ]
+ },
{
"Name": "System.ValueTuple",
"Description": "Provides the System.ValueTuple structs, which implement the underlying types for C# 7 tuples.",