Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7c12b01

Browse files
committed
Move all tests to latest xunit beta
1 parent a73b4d7 commit 7c12b01

File tree

125 files changed

+834
-780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+834
-780
lines changed

dir.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Build Tools Versions -->
1212
<PropertyGroup>
13-
<BuildToolsVersion>1.0.25-prerelease-00066</BuildToolsVersion>
13+
<BuildToolsVersion>1.0.25-prerelease-00068</BuildToolsVersion>
1414
<DnxVersion>1.0.0-beta5-12101</DnxVersion>
1515
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'">dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName>
1616
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'">dnx-mono.$(DnxVersion)</DnxPackageName>
@@ -47,6 +47,7 @@
4747
<ItemGroup>
4848
<NuGetSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools" />
4949
<NuGetSourceList Include="https:%2F%2Fwww.nuget.org/api/v2" />
50+
<NuGetSourceList Include="E:\LocalNuGetRepo" />
5051
</ItemGroup>
5152

5253
<!-- Common nuget properties -->
@@ -73,6 +74,7 @@
7374
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-corefxtestdata/" />
7475
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools/" />
7576
<DnuSourceList Include="https:%2F%2Fwww.nuget.org/api/v2/" />
77+
<DnuSourceList Include="E:\LocalNuGetRepo" />
7678
</ItemGroup>
7779

7880
<!-- list of directories to perform batch restore -->

files.txt

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
D:\OSS\corefx\src\Common\tests\project.json
2+
D:\OSS\corefx\src\Common\tests\SystemXml\BaseLibManaged\project.json
3+
D:\OSS\corefx\src\Common\tests\SystemXml\ModuleCore\project.json
4+
D:\OSS\corefx\src\Common\tests\SystemXml\XmlCoreTest\project.json
5+
D:\OSS\corefx\src\Common\tests\SystemXml\XmlDiff\project.json
6+
D:\OSS\corefx\src\Microsoft.CSharp\src\project.json
7+
D:\OSS\corefx\src\Microsoft.VisualBasic\src\project.json
8+
D:\OSS\corefx\src\Microsoft.Win32.Primitives\src\project.json
9+
D:\OSS\corefx\src\Microsoft.Win32.Primitives\tests\project.json
10+
D:\OSS\corefx\src\Microsoft.Win32.Registry\src\project.json
11+
D:\OSS\corefx\src\Microsoft.Win32.Registry\tests\project.json
12+
D:\OSS\corefx\src\Scenarios\tests\InterProcessCommunication\project.json
13+
D:\OSS\corefx\src\Scenarios\tests\InterProcessCommunication\InterProcessCommunication.TestConsoleApp\project.json
14+
D:\OSS\corefx\src\System.Collections\src\project.json
15+
D:\OSS\corefx\src\System.Collections\tests\project.json
16+
D:\OSS\corefx\src\System.Collections.Concurrent\src\project.json
17+
D:\OSS\corefx\src\System.Collections.Concurrent\tests\project.json
18+
D:\OSS\corefx\src\System.Collections.Immutable\tests\project.json
19+
D:\OSS\corefx\src\System.Collections.NonGeneric\src\project.json
20+
D:\OSS\corefx\src\System.Collections.NonGeneric\tests\project.json
21+
D:\OSS\corefx\src\System.Collections.Specialized\src\project.json
22+
D:\OSS\corefx\src\System.Collections.Specialized\tests\project.json
23+
D:\OSS\corefx\src\System.ComponentModel\src\project.json
24+
D:\OSS\corefx\src\System.ComponentModel\tests\project.json
25+
D:\OSS\corefx\src\System.ComponentModel.Annotations\src\project.json
26+
D:\OSS\corefx\src\System.ComponentModel.Annotations\tests\project.json
27+
D:\OSS\corefx\src\System.ComponentModel.EventBasedAsync\src\project.json
28+
D:\OSS\corefx\src\System.ComponentModel.EventBasedAsync\tests\project.json
29+
D:\OSS\corefx\src\System.ComponentModel.Primitives\src\project.json
30+
D:\OSS\corefx\src\System.ComponentModel.Primitives\tests\project.json
31+
D:\OSS\corefx\src\System.ComponentModel.TypeConverter\src\project.json
32+
D:\OSS\corefx\src\System.ComponentModel.TypeConverter\tests\project.json
33+
D:\OSS\corefx\src\System.Console\src\project.json
34+
D:\OSS\corefx\src\System.Console\tests\project.json
35+
D:\OSS\corefx\src\System.Data.Common\src\project.json
36+
D:\OSS\corefx\src\System.Diagnostics.Contracts\tests\project.json
37+
D:\OSS\corefx\src\System.Diagnostics.Debug\src\project.json
38+
D:\OSS\corefx\src\System.Diagnostics.Debug\tests\project.json
39+
D:\OSS\corefx\src\System.Diagnostics.FileVersionInfo\src\project.json
40+
D:\OSS\corefx\src\System.Diagnostics.FileVersionInfo\tests\System.Diagnostics.FileVersionInfo.TestAssembly\project.json
41+
D:\OSS\corefx\src\System.Diagnostics.FileVersionInfo\tests\System.Diagnostics.FileVersionInfo.Tests\project.json
42+
D:\OSS\corefx\src\System.Diagnostics.Process\src\project.json
43+
D:\OSS\corefx\src\System.Diagnostics.Process\tests\System.Diagnostics.Process.TestConsoleApp\project.json
44+
D:\OSS\corefx\src\System.Diagnostics.Process\tests\System.Diagnostics.Process.Tests\project.json
45+
D:\OSS\corefx\src\System.Diagnostics.TextWriterTraceListener\src\project.json
46+
D:\OSS\corefx\src\System.Diagnostics.TextWriterTraceListener\tests\project.json
47+
D:\OSS\corefx\src\System.Diagnostics.Tools\src\project.json
48+
D:\OSS\corefx\src\System.Diagnostics.Tools\tests\project.json
49+
D:\OSS\corefx\src\System.Diagnostics.TraceSource\src\project.json
50+
D:\OSS\corefx\src\System.Diagnostics.TraceSource\tests\project.json
51+
D:\OSS\corefx\src\System.Dynamic.Runtime\src\project.json
52+
D:\OSS\corefx\src\System.Dynamic.Runtime\tests\project.json
53+
D:\OSS\corefx\src\System.Globalization\tests\project.json
54+
D:\OSS\corefx\src\System.Globalization.Calendars\tests\project.json
55+
D:\OSS\corefx\src\System.Globalization.Extensions\src\project.json
56+
D:\OSS\corefx\src\System.Globalization.Extensions\tests\project.json
57+
D:\OSS\corefx\src\System.IO\src\project.json
58+
D:\OSS\corefx\src\System.IO\tests\project.json
59+
D:\OSS\corefx\src\System.IO.Compression\src\project.json
60+
D:\OSS\corefx\src\System.IO.Compression\tests\project.json
61+
D:\OSS\corefx\src\System.IO.Compression.ZipFile\src\project.json
62+
D:\OSS\corefx\src\System.IO.Compression.ZipFile\tests\project.json
63+
D:\OSS\corefx\src\System.IO.FileSystem\src\project.json
64+
D:\OSS\corefx\src\System.IO.FileSystem\tests\project.json
65+
D:\OSS\corefx\src\System.IO.FileSystem.DriveInfo\src\project.json
66+
D:\OSS\corefx\src\System.IO.FileSystem.DriveInfo\tests\project.json
67+
D:\OSS\corefx\src\System.IO.FileSystem.Primitives\src\project.json
68+
D:\OSS\corefx\src\System.IO.FileSystem.Primitives\tests\project.json
69+
D:\OSS\corefx\src\System.IO.FileSystem.Watcher\src\project.json
70+
D:\OSS\corefx\src\System.IO.FileSystem.Watcher\tests\project.json
71+
D:\OSS\corefx\src\System.IO.MemoryMappedFiles\src\project.json
72+
D:\OSS\corefx\src\System.IO.MemoryMappedFiles\tests\project.json
73+
D:\OSS\corefx\src\System.IO.Pipes\src\project.json
74+
D:\OSS\corefx\src\System.IO.Pipes\tests\project.json
75+
D:\OSS\corefx\src\System.IO.UnmanagedMemoryStream\src\project.json
76+
D:\OSS\corefx\src\System.IO.UnmanagedMemoryStream\tests\project.json
77+
D:\OSS\corefx\src\System.Linq\src\project.json
78+
D:\OSS\corefx\src\System.Linq\tests\project.json
79+
D:\OSS\corefx\src\System.Linq.Expressions\src\project.json
80+
D:\OSS\corefx\src\System.Linq.Expressions\tests\project.json
81+
D:\OSS\corefx\src\System.Linq.Parallel\src\project.json
82+
D:\OSS\corefx\src\System.Linq.Parallel\tests\project.json
83+
D:\OSS\corefx\src\System.Linq.Queryable\src\project.json
84+
D:\OSS\corefx\src\System.Linq.Queryable\tests\project.json
85+
D:\OSS\corefx\src\System.Net.Http\src\project.json
86+
D:\OSS\corefx\src\System.Net.Http\tests\FunctionalTests\project.json
87+
D:\OSS\corefx\src\System.Net.Http\tests\UnitTests\project.json
88+
D:\OSS\corefx\src\System.Net.Http.WinHttpHandler\src\project.json
89+
D:\OSS\corefx\src\System.Net.Http.WinHttpHandler\tests\FunctionalTests\project.json
90+
D:\OSS\corefx\src\System.Net.Http.WinHttpHandler\tests\UnitTests\project.json
91+
D:\OSS\corefx\src\System.Net.Primitives\src\project.json
92+
D:\OSS\corefx\src\System.Net.Primitives\tests\FunctionalTests\project.json
93+
D:\OSS\corefx\src\System.Net.Primitives\tests\UnitTests\project.json
94+
D:\OSS\corefx\src\System.Net.Requests\src\project.json
95+
D:\OSS\corefx\src\System.Net.Requests\tests\project.json
96+
D:\OSS\corefx\src\System.Net.WebHeaderCollection\src\project.json
97+
D:\OSS\corefx\src\System.Net.WebHeaderCollection\tests\project.json
98+
D:\OSS\corefx\src\System.Net.WebSockets\src\project.json
99+
D:\OSS\corefx\src\System.Net.WebSockets\tests\project.json
100+
D:\OSS\corefx\src\System.Net.WebSockets.Client\src\project.json
101+
D:\OSS\corefx\src\System.Net.WebSockets.Client\tests\project.json
102+
D:\OSS\corefx\src\System.Numerics.Vectors\src\project.json
103+
D:\OSS\corefx\src\System.Numerics.Vectors\tests\project.json
104+
D:\OSS\corefx\src\System.Numerics.Vectors.WindowsRuntime\src\project.json
105+
D:\OSS\corefx\src\System.ObjectModel\src\project.json
106+
D:\OSS\corefx\src\System.ObjectModel\tests\project.json
107+
D:\OSS\corefx\src\System.Private.DataContractSerialization\src\project.json
108+
D:\OSS\corefx\src\System.Private.Uri\src\project.json
109+
D:\OSS\corefx\src\System.Reflection\tests\project.json
110+
D:\OSS\corefx\src\System.Reflection.DispatchProxy\src\project.json
111+
D:\OSS\corefx\src\System.Reflection.DispatchProxy\tests\project.json
112+
D:\OSS\corefx\src\System.Reflection.Emit\tests\project.json
113+
D:\OSS\corefx\src\System.Reflection.Emit.ILGeneration\tests\project.json
114+
D:\OSS\corefx\src\System.Reflection.Emit.Lightweight\tests\project.json
115+
D:\OSS\corefx\src\System.Reflection.Extensions\tests\project.json
116+
D:\OSS\corefx\src\System.Reflection.Metadata\src\project.json
117+
D:\OSS\corefx\src\System.Reflection.Metadata\tests\project.json
118+
D:\OSS\corefx\src\System.Reflection.TypeExtensions\src\project.json
119+
D:\OSS\corefx\src\System.Reflection.TypeExtensions\tests\project.json
120+
D:\OSS\corefx\src\System.Resources.ReaderWriter\src\project.json
121+
D:\OSS\corefx\src\System.Resources.ReaderWriter\tests\project.json
122+
D:\OSS\corefx\src\System.Runtime\src\project.json
123+
D:\OSS\corefx\src\System.Runtime\tests\project.json
124+
D:\OSS\corefx\src\System.Runtime.Extensions\src\project.json
125+
D:\OSS\corefx\src\System.Runtime.Extensions\tests\project.json
126+
D:\OSS\corefx\src\System.Runtime.Handles\src\project.json
127+
D:\OSS\corefx\src\System.Runtime.Handles\tests\project.json
128+
D:\OSS\corefx\src\System.Runtime.InteropServices\src\project.json
129+
D:\OSS\corefx\src\System.Runtime.InteropServices\tests\project.json
130+
D:\OSS\corefx\src\System.Runtime.InteropServices.RuntimeInformation\src\project.json
131+
D:\OSS\corefx\src\System.Runtime.InteropServices.RuntimeInformation\tests\project.json
132+
D:\OSS\corefx\src\System.Runtime.Numerics\src\project.json
133+
D:\OSS\corefx\src\System.Runtime.Numerics\tests\project.json
134+
D:\OSS\corefx\src\System.Runtime.Serialization.Json\tests\project.json
135+
D:\OSS\corefx\src\System.Runtime.Serialization.Primitives\src\project.json
136+
D:\OSS\corefx\src\System.Runtime.Serialization.Xml\tests\project.json
137+
D:\OSS\corefx\src\System.Security.Cryptography.Algorithms\src\project.json
138+
D:\OSS\corefx\src\System.Security.Cryptography.Algorithms\tests\project.json
139+
D:\OSS\corefx\src\System.Security.Cryptography.Cng\src\project.json
140+
D:\OSS\corefx\src\System.Security.Cryptography.Csp\src\project.json
141+
D:\OSS\corefx\src\System.Security.Cryptography.Csp\tests\project.json
142+
D:\OSS\corefx\src\System.Security.Cryptography.Encoding\src\project.json
143+
D:\OSS\corefx\src\System.Security.Cryptography.Encoding\tests\project.json
144+
D:\OSS\corefx\src\System.Security.Cryptography.OpenSsl\src\project.json
145+
D:\OSS\corefx\src\System.Security.Cryptography.OpenSsl\tests\project.json
146+
D:\OSS\corefx\src\System.Security.Cryptography.Primitives\src\project.json
147+
D:\OSS\corefx\src\System.Security.Cryptography.Primitives\tests\project.json
148+
D:\OSS\corefx\src\System.Security.Cryptography.X509Certificates\src\project.json
149+
D:\OSS\corefx\src\System.Security.Cryptography.X509Certificates\tests\project.json
150+
D:\OSS\corefx\src\System.Security.Principal\src\project.json
151+
D:\OSS\corefx\src\System.Security.Principal\tests\project.json
152+
D:\OSS\corefx\src\System.Security.Principal.Windows\src\project.json
153+
D:\OSS\corefx\src\System.Security.Principal.Windows\tests\project.json
154+
D:\OSS\corefx\src\System.Security.SecureString\src\project.json
155+
D:\OSS\corefx\src\System.Security.SecureString\tests\project.json
156+
D:\OSS\corefx\src\System.ServiceProcess.ServiceController\src\project.json
157+
D:\OSS\corefx\src\System.ServiceProcess.ServiceController\tests\System.ServiceProcess.ServiceController.Tests\project.json
158+
D:\OSS\corefx\src\System.Text.Encoding\tests\project.json
159+
D:\OSS\corefx\src\System.Text.Encoding.CodePages\src\project.json
160+
D:\OSS\corefx\src\System.Text.Encoding.CodePages\tests\project.json
161+
D:\OSS\corefx\src\System.Text.Encoding.Extensions\tests\project.json
162+
D:\OSS\corefx\src\System.Text.Encodings.Web\src\project.json
163+
D:\OSS\corefx\src\System.Text.Encodings.Web\tests\project.json
164+
D:\OSS\corefx\src\System.Text.RegularExpressions\src\project.json
165+
D:\OSS\corefx\src\System.Text.RegularExpressions\tests\project.json
166+
D:\OSS\corefx\src\System.Threading\src\project.json
167+
D:\OSS\corefx\src\System.Threading\tests\project.json
168+
D:\OSS\corefx\src\System.Threading.Overlapped\src\project.json
169+
D:\OSS\corefx\src\System.Threading.Overlapped\tests\project.json
170+
D:\OSS\corefx\src\System.Threading.Tasks\src\project.json
171+
D:\OSS\corefx\src\System.Threading.Tasks\tests\project.json
172+
D:\OSS\corefx\src\System.Threading.Tasks.Dataflow\tests\project.json
173+
D:\OSS\corefx\src\System.Threading.Tasks.Parallel\src\project.json
174+
D:\OSS\corefx\src\System.Threading.Tasks.Parallel\tests\project.json
175+
D:\OSS\corefx\src\System.Xml.ReaderWriter\src\project.json
176+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\CharCheckingReader\project.json
177+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\CustomReader\project.json
178+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\FactoryReader\project.json
179+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\NameTable\project.json
180+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\ReaderSettings\project.json
181+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\SubtreeReader\project.json
182+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Readers\WrappedReader\project.json
183+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Writers\RwFactory\project.json
184+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\Writers\XmlWriterApi\project.json
185+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlConvert\project.json
186+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlReader\ReadContentAs\project.json
187+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlReader\Tests\project.json
188+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlReader\XmlResolver\project.json
189+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlReaderLib\project.json
190+
D:\OSS\corefx\src\System.Xml.ReaderWriter\tests\XmlWriter\project.json
191+
D:\OSS\corefx\src\System.Xml.XDocument\src\project.json
192+
D:\OSS\corefx\src\System.Xml.XDocument\tests\axes\project.json
193+
D:\OSS\corefx\src\System.Xml.XDocument\tests\events\project.json
194+
D:\OSS\corefx\src\System.Xml.XDocument\tests\misc\project.json
195+
D:\OSS\corefx\src\System.Xml.XDocument\tests\Properties\project.json
196+
D:\OSS\corefx\src\System.Xml.XDocument\tests\SDMSample\project.json
197+
D:\OSS\corefx\src\System.Xml.XDocument\tests\Streaming\project.json
198+
D:\OSS\corefx\src\System.Xml.XDocument\tests\TreeManipulation\project.json
199+
D:\OSS\corefx\src\System.Xml.XDocument\tests\XDocument.Common\project.json
200+
D:\OSS\corefx\src\System.Xml.XDocument\tests\XDocument.Test.ModuleCore\project.json
201+
D:\OSS\corefx\src\System.Xml.XDocument\tests\xNodeBuilder\project.json
202+
D:\OSS\corefx\src\System.Xml.XDocument\tests\xNodeReader\project.json
203+
D:\OSS\corefx\src\System.Xml.XmlDocument\src\project.json
204+
D:\OSS\corefx\src\System.Xml.XmlDocument\tests\project.json
205+
D:\OSS\corefx\src\System.Xml.XmlSerializer\src\project.json
206+
D:\OSS\corefx\src\System.Xml.XmlSerializer\tests\project.json
207+
D:\OSS\corefx\src\System.Xml.XPath\src\project.json
208+
D:\OSS\corefx\src\System.Xml.XPath\tests\project.json
209+
D:\OSS\corefx\src\System.Xml.XPath.XDocument\src\project.json
210+
D:\OSS\corefx\src\System.Xml.XPath.XDocument\tests\project.json
211+
D:\OSS\corefx\src\System.Xml.XPath.XmlDocument\src\project.json
212+
D:\OSS\corefx\src\System.Xml.XPath.XmlDocument\tests\project.json

src/.nuget/packages.Unix.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00066" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00068" />
44
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
55
<package id="dnx-mono" version="1.0.0-beta5-12101" />
66
<package id="Microsoft.Net.ToolsetCompilers" version="1.0.0-rc3-20150510-01" />

src/.nuget/packages.Windows_NT.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00066" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00068" />
44
<package id="dnx-coreclr-win-x86" version="1.0.0-beta5-12101" />
55
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
66
</packages>

src/Common/tests/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
"System.Threading.Overlapped": "4.0.0",
1818
"System.Threading.Tasks": "4.0.10",
1919
"System.Threading.ThreadPool": "4.0.10-beta-*",
20-
"xunit": "2.0.0-beta5-build2785",
21-
"xunit.abstractions.netcore": "1.0.0-prerelease",
22-
"xunit.assert": "2.0.0-beta5-build2785",
23-
"xunit.core.netcore": "1.0.1-prerelease",
20+
"xunit": "2.1.0-beta3-*",
2421
"xunit.netcore.extensions": "1.0.0-prerelease-*"
2522
},
2623
"frameworks": {

src/Microsoft.Win32.Primitives/tests/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"dependencies": {
33
"System.Runtime": "4.0.20",
44
"System.Runtime.InteropServices": "4.0.20",
5-
"xunit": "2.0.0-beta5-build2785",
6-
"xunit.abstractions.netcore": "1.0.0-prerelease",
7-
"xunit.assert": "2.0.0-beta5-build2785",
8-
"xunit.core.netcore": "1.0.1-prerelease",
5+
"xunit": "2.1.0-beta3-*",
96
"xunit.netcore.extensions": "1.0.0-prerelease-*"
107
},
118
"frameworks": {

src/Microsoft.Win32.Registry/tests/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
"System.Text.Encoding": "4.0.10",
1414
"System.Threading": "4.0.10",
1515
"System.Threading.Tasks": "4.0.10",
16-
"xunit": "2.0.0-beta5-build2785",
17-
"xunit.abstractions.netcore": "1.0.0-prerelease",
18-
"xunit.assert": "2.0.0-beta5-build2785",
19-
"xunit.core.netcore": "1.0.1-prerelease"
16+
"xunit": "2.1.0-beta3-*",
17+
"xunit.netcore.extensions": "1.0.0-prerelease-*"
2018
},
2119
"frameworks": {
2220
"dnxcore50": {}

src/Scenarios/tests/InterProcessCommunication/project.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
"System.Threading.Tasks": "4.0.10",
2121
"System.Threading.Thread": "4.0.0-beta-*",
2222
"System.Threading.ThreadPool": "4.0.10-beta-*",
23-
"xunit": "2.0.0-beta5-build2785",
24-
"xunit.abstractions.netcore": "1.0.0-prerelease",
25-
"xunit.assert": "2.0.0-beta5-build2785",
26-
"xunit.core.netcore": "1.0.1-prerelease",
27-
"xunit.runner.visualstudio": "0.99.9-build1021",
23+
"xunit": "2.1.0-beta3-*",
2824
"xunit.netcore.extensions": "1.0.0-prerelease-*"
2925
},
3026
"frameworks": {

src/System.Collections.Concurrent/tests/project.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
"System.Runtime.Extensions": "4.0.10",
1212
"System.Threading": "4.0.10",
1313
"System.Threading.Tasks": "4.0.10",
14-
"xunit": "2.0.0-beta5-build2785",
15-
"xunit.abstractions.netcore": "1.0.0-prerelease",
16-
"xunit.assert": "2.0.0-beta5-build2785",
17-
"xunit.core.netcore": "1.0.1-prerelease",
18-
"xunit.runner.visualstudio": "0.99.9-build1021",
14+
"xunit": "2.1.0-beta3-*",
1915
"xunit.netcore.extensions": "1.0.0-prerelease-*"
2016
},
2117
"frameworks": {

src/System.Collections.Immutable/tests/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"dependencies": {
33
"System.Diagnostics.Contracts": "4.0.0",
44
"System.Runtime": "4.0.20",
5-
"xunit": "2.0.0-beta5-build2785",
6-
"xunit.abstractions.netcore": "1.0.0-prerelease",
7-
"xunit.assert": "2.0.0-beta5-build2785",
8-
"xunit.core.netcore": "1.0.1-prerelease",
5+
"xunit": "2.1.0-beta3-*",
96
"xunit.netcore.extensions": "1.0.0-prerelease-*"
107
},
118
"frameworks": {

0 commit comments

Comments
 (0)