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
path: root/src
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@outlook.com>2017-07-29 19:19:12 +0300
committerViktor Hofer <viktor.hofer@outlook.com>2017-08-04 23:12:12 +0300
commitdbf069352d826d28604298c6fc79f0e803a116f2 (patch)
tree11bf2f3f3f6e3b746bd0a4e5aa83c74e8ba35738 /src
parent4d39ccd1ee98880c054a9a842abd497bb700625a (diff)
Fixing System.Collections.Specialized serialization tests in uapaot config
Diffstat (limited to 'src')
-rw-r--r--src/System.Collections.Specialized/tests/Resources/System.Collections.Specialized.Tests.rd.xml6
-rw-r--r--src/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj3
2 files changed, 9 insertions, 0 deletions
diff --git a/src/System.Collections.Specialized/tests/Resources/System.Collections.Specialized.Tests.rd.xml b/src/System.Collections.Specialized/tests/Resources/System.Collections.Specialized.Tests.rd.xml
new file mode 100644
index 0000000000..f1f1be10a1
--- /dev/null
+++ b/src/System.Collections.Specialized/tests/Resources/System.Collections.Specialized.Tests.rd.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+ <Library Name="System.Collections.Specialized.Tests">
+ <Assembly Name="System.Collections.Specialized" BinaryFormatter="All" Dynamic="Required Public" />
+ </Library>
+</Directives> \ No newline at end of file
diff --git a/src/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
index 612db11279..2d1fe14d22 100644
--- a/src/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
+++ b/src/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
@@ -94,5 +94,8 @@
</Compile>
<Compile Include="NameObjectCollectionBase\NameObjectCollectionBase.ConstructorTests.cs" />
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>