Skip to content

Commit 9ba9dae

Browse files
committed
Update xunit dotnet runner to .NET core compatible version
1 parent f1720dc commit 9ba9dae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.3",
2+
"version": "2.4.0",
33
"buildOptions": {
44
"warningsAsErrors": false
55
},
@@ -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": {
@@ -62,4 +62,4 @@
6262
]
6363
}
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)