Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 391db10

Browse files
committed
Merge branch 'release' into dev
2 parents 8fe7a17 + f429cd2 commit 391db10

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": "1.0.0-*",
1717
"type": "platform"
1818
},
19-
"dotnet-test-xunit": "1.0.0-dev-*",
19+
"dotnet-test-xunit": "1.0.0-*",
2020
"System.Diagnostics.Process": "4.1.0-*"
2121
},
2222
"imports": [

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": "1.0.0-*",
1414
"type": "platform"
1515
},
16-
"dotnet-test-xunit": "1.0.0-dev-*",
16+
"dotnet-test-xunit": "1.0.0-*",
1717
"System.Diagnostics.Process": "4.1.0-*"
1818
},
1919
"imports": [

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "1.0.0-*",
1212
"type": "platform"
1313
},
14-
"dotnet-test-xunit": "1.0.0-dev-*",
14+
"dotnet-test-xunit": "1.0.0-*",
1515
"System.Diagnostics.Process": "4.1.0-*"
1616
},
1717
"imports": [

test/Microsoft.AspNetCore.Http.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "1.0.0-*",
1212
"type": "platform"
1313
},
14-
"dotnet-test-xunit": "1.0.0-dev-*",
14+
"dotnet-test-xunit": "1.0.0-*",
1515
"System.Diagnostics.Process": "4.1.0-*"
1616
},
1717
"imports": [

test/Microsoft.AspNetCore.Owin.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": "1.0.0-*",
1414
"type": "platform"
1515
},
16-
"dotnet-test-xunit": "1.0.0-dev-*",
16+
"dotnet-test-xunit": "1.0.0-*",
1717
"System.Diagnostics.Process": "4.1.0-*"
1818
},
1919
"imports": [

test/Microsoft.AspNetCore.WebUtilities.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "platform"
1717
},
1818
"System.Text.Encoding.Extensions": "4.0.11-*",
19-
"dotnet-test-xunit": "1.0.0-dev-*",
19+
"dotnet-test-xunit": "1.0.0-*",
2020
"System.Diagnostics.Process": "4.1.0-*"
2121
},
2222
"imports": [

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": "1.0.0-*",
1313
"type": "platform"
1414
},
15-
"dotnet-test-xunit": "1.0.0-dev-*",
15+
"dotnet-test-xunit": "1.0.0-*",
1616
"System.Diagnostics.Process": "4.1.0-*"
1717
},
1818
"imports": [

0 commit comments

Comments
 (0)