Files
UriBuilder.Fluent/src/UriBuilder.Fluent.UnitTests/project.json
Tommy Parnell be92d91ef6 readd 461
2016-12-13 13:47:17 -05:00

22 lines
412 B
JSON

{
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"UriBuilder.Fluent": "1.0.0-*"
},
"frameworks": {
"net461":{},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
}
}
}
}