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

Commit b84f53f

Browse files
committed
Update test dependencies
Fixes all test warnings about 'different versions of the same dependent assembly'
1 parent 4f5db27 commit b84f53f

File tree

59 files changed

+406
-287
lines changed

Some content is hidden

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

59 files changed

+406
-287
lines changed

dir.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
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" />
5150
</ItemGroup>
5251

5352
<!-- Common nuget properties -->
@@ -74,7 +73,6 @@
7473
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-corefxtestdata/" />
7574
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools/" />
7675
<DnuSourceList Include="https:%2F%2Fwww.nuget.org/api/v2/" />
77-
<DnuSourceList Include="E:\LocalNuGetRepo" />
7876
</ItemGroup>
7977

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"System.Runtime": "4.0.20",
45
"System.Runtime.InteropServices": "4.0.20",
56
"xunit": "2.1.0-beta3-*",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"System.Diagnostics.Contracts": "4.0.0",
4+
"System.Globalization": "4.0.10",
45
"System.Runtime": "4.0.20",
56
"xunit": "2.1.0-beta3-*",
67
"xunit.netcore.extensions": "1.0.0-prerelease-*"

src/System.ComponentModel.EventBasedAsync/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"System.Runtime": "4.0.20",
45
"System.Threading": "4.0.10",
56
"System.Threading.Tasks": "4.0.10",

src/System.ComponentModel.Primitives/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"System.ComponentModel": "4.0.0",
4+
"System.Globalization": "4.0.10",
45
"System.Runtime": "4.0.20",
56
"xunit": "2.1.0-beta3-*",
67
"xunit.netcore.extensions": "1.0.0-prerelease-*"

src/System.ComponentModel/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"System.Runtime": "4.0.20",
45
"xunit": "2.1.0-beta3-*",
56
"xunit.netcore.extensions": "1.0.0-prerelease-*"

src/System.Diagnostics.Contracts/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"System.Diagnostics.Contracts": "4.0.0",
4+
"System.Globalization": "4.0.10",
45
"System.Linq": "4.0.0",
56
"System.Runtime": "4.0.20",
67
"System.Threading.Tasks": "4.0.10",

src/System.Diagnostics.Debug/tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"Microsoft.DotNet.CoreCLR": "1.0.0-prerelease",
4-
"System.Threading.Tasks": "4.0.10",
55
"xunit": "2.1.0-beta3-*",
66
"xunit.netcore.extensions": "1.0.0-prerelease-*"
77
},

src/System.Diagnostics.Tools/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"System.Diagnostics.Tools": "4.0.0",
45
"xunit": "2.1.0-beta3-*",
56
"xunit.netcore.extensions": "1.0.0-prerelease-*"

src/System.Globalization.Calendars/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"System.Globalization": "4.0.10",
34
"System.Threading.Tasks": "4.0.10",
45
"System.Runtime.Extensions": "4.0.10",
56
"System.Globalization.Calendars": "4.0.0",

0 commit comments

Comments
 (0)