Updating to RTM builds of xunit and Moq
This commit is contained in:
parent
b569ececda
commit
ecd36454bb
|
|
@ -16,7 +16,8 @@
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||||
"Microsoft.Net.Http.Headers": "1.1.0-*"
|
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
|
@ -33,11 +34,7 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -8,7 +8,11 @@
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Net.Http.Headers": "1.1.0-*"
|
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"type": "platform"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
|
|
@ -22,21 +26,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {}
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.App": "1.0.0-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
||||||
"version": "1.0.0-*",
|
|
||||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,6 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
@ -34,10 +30,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
||||||
"version": "1.0.0-*",
|
|
||||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue