mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
37 lines
789 B
JSON
37 lines
789 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"testRunner": "xunit",
|
|
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Microsoft.AspNetCore.TestHost": "1.0.1",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Moq": "4.6.38-alpha",
|
|
"Podsync": "1.0.0-*",
|
|
"System.Xml.XmlSerializer": "4.0.11",
|
|
"xunit": "2.2.0-beta2-build3300"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
|
|
"buildOptions": {
|
|
"copyToOutput": [
|
|
"project.json"
|
|
]
|
|
},
|
|
|
|
"userSecretsId": "aspnet-Podsync-20161004104901"
|
|
}
|