Updating the M.NC.App version to 1.0.3 on a couple of new test assets.

This commit is contained in:
Livar Cunha 2017-01-05 22:57:16 -08:00
parent 7e5f18b584
commit b60b134674
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NetCore.App": { "Microsoft.NetCore.App": {
"version": "1.0.1", "version": "1.0.3",
"type": "platform" "type": "platform"
} }
} }

View file

@ -27,7 +27,7 @@
}, },
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NetCore.App": "1.0.1" "Microsoft.NetCore.App": "1.0.3"
} }
} }
}, },