Downgrade to 1.0.0 runtime dependencies

This commit is contained in:
Nate McMaster 2016-09-08 15:47:15 -07:00
parent 484f35691a
commit e0663483ed
No known key found for this signature in database
GPG Key ID: 6572615A705669C9
4 changed files with 15 additions and 22 deletions

View File

@ -1,7 +0,0 @@
var VERSION='0.1'
var FULL_VERSION='0.1'
var AUTHORS='Microsoft Open Technologies, Inc.'
-BuildQuality = "preview3";
use-standard-lifecycle
k-standard-goals

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview3-*",
"description": "Core logic for the dotnet-watch command line tool.",
"packOptions": {
"tags": [
@ -16,11 +16,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.1.0-*"

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview3-*",
"description": "Command line tool to watch for source file changes during development and restart the dotnet command.",
"packOptions": {
"tags": [
@ -18,18 +18,18 @@
"xmlDoc": true
},
"dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"Microsoft.Extensions.CommandLineUtils": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0"
}
}
}

View File

@ -6,14 +6,14 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.1.0-*"
},
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Newtonsoft.Json": "9.0.1",
"System.Threading.Thread": "4.0.0-*",
"System.Threading.Thread": "4.0.0",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -21,7 +21,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0"
}
}
}