Skip to content

Commit 4892127

Browse files
committed
Update xunit dotnet runner to .NET core compatible version
1 parent 40f2740 commit 4892127

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nuget System.Collections.Immutable
1212
//tests
1313
nuget xunit
1414
nuget FluentAssertions
15-
nuget Bogus prerelease
15+
nuget Bogus
1616
nuget DiffPlex
1717

1818
// profiling / benchmarking

src/Nest/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
},
2828
"releaseNotes": "See https://github.com/elastic/elasticsearch-net/releases/tag/5.0.0-alpha2"
2929
},
30-
3130
"copyright": "2014-2016 Elasticsearch BV",
3231
"buildOptions": {
33-
"version": "5.0.0-alpha2",
32+
"version": "5.0.0-alpha2",
3433
"warningsAsErrors": false
3534
},
3635
"configurations": {

src/Tests/Tests.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
2121
<ProjectExtensions>
2222
<VisualStudio>
23-
<UserProperties project_1json__JSONSchema="http://json.schemastore.org/sourcemap-v3" />
23+
<UserProperties />
2424
</VisualStudio>
2525
</ProjectExtensions>
2626
</Project>

src/Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"Nest": { "target": "project" },
1212
"Newtonsoft.Json": "9.0.1",
1313
"Rx-Main": "2.3.0-beta2",
14-
"xunit": "2.1.0",
15-
"dotnet-test-xunit": "1.0.0-*"
14+
"xunit": "2.2.0-beta2-build3300",
15+
"dotnet-test-xunit": "2.2.0-preview2-build1029"
1616
},
1717
"configurations": {
1818
"Debug": {

0 commit comments

Comments
 (0)