Skip to content

Commit

Permalink
Update xunit.console.netcore to 1.0.3-prerelease-00802-06.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Sep 2, 2016
1 parent 2493a6e commit 15a733c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</StaticDependency>

<StaticDependency Include="xunit.console.netcore">
<Version>1.0.2-prerelease-00101</Version>
<Version>1.0.2-prerelease-00177</Version>
</StaticDependency>

<DependencyBuildInfo Include="@(StaticDependency)">
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.console.netcore": "1.0.2-prerelease-00177",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00629-04"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Common/test_dependencies/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.console.netcore": "1.0.2-prerelease-00177",
"xunit.runner.utility": "2.2.0-beta2-build3300",
"Microsoft.CodeAnalysis.Compilers": "1.1.1",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
Expand Down
2 changes: 1 addition & 1 deletion tests/src/JIT/config/benchmark+roslyn/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"System.Threading.Tasks.Parallel": "4.3.0-beta-24431-01",
"System.Security.Cryptography.Algorithms": "4.3.0-beta-24431-01",
"xunit": "2.2.0-beta2-build3300",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.console.netcore": "1.0.2-prerelease-00177",
"xunit.runner.utility": "2.2.0-beta2-build3300"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/JIT/config/benchmark+serialize/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"System.Xml.XmlDocument": "4.3.0-beta-24431-01",
"System.Xml.XmlSerializer": "4.3.0-beta-24431-01",
"xunit": "2.2.0-beta2-build3300",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.console.netcore": "1.0.2-prerelease-00177",
"xunit.runner.utility": "2.2.0-beta2-build3300"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/JIT/config/benchmark/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"System.Xml.XPath": "4.3.0-beta-24431-01",
"System.Xml.XPath.XmlDocument": "4.3.0-beta-24431-01",
"xunit": "2.2.0-beta2-build3300",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.console.netcore": "1.0.2-prerelease-00177",
"xunit.runner.utility": "2.2.0-beta2-build3300"
},
"frameworks": {
Expand Down

0 comments on commit 15a733c

Please sign in to comment.