diff --git a/CliToolVersion.txt b/CliToolVersion.txt index 6b51205059..08d0462469 100644 --- a/CliToolVersion.txt +++ b/CliToolVersion.txt @@ -1 +1 @@ -1.0.0-preview3-003981 \ No newline at end of file +1.0.0-preview3-004007 \ No newline at end of file diff --git a/build.ps1 b/build.ps1 index 2ca2a1b31c..6650bad342 100644 --- a/build.ps1 +++ b/build.ps1 @@ -68,6 +68,5 @@ $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 $dotnetHome = "$buildFolder\.dotnet" mkdir $dotnetHome -ErrorAction Ignore | Out-Null & .\dotnet-install.ps1 -Version $(Get-Content .\CliToolVersion.txt) -InstallDir $dotnetHome -& .\dotnet-install.ps1 -Version 1.1.0-preview1-001100-00 -Channel release/1.1.0 -SharedRuntime -InstallDir $dotnetHome &"$buildFile" $args \ No newline at end of file diff --git a/build.sh b/build.sh index 32e70da1a4..6fde860cce 100755 --- a/build.sh +++ b/build.sh @@ -47,6 +47,5 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 dotnetHome="$buildFolder/.dotnet" mkdir -p $dotnetHome ./dotnet-install.sh --install-dir $dotnetHome --version $(cat CliToolVersion.txt) -./dotnet-install.sh --install-dir $dotnetHome --version 1.1.0-preview1-001100-00 --channel release/1.1.0 --shared-runtime $buildFile -r $repoFolder "$@" \ No newline at end of file diff --git a/src/Microsoft.DotNet.Watcher.Tools/project.json b/src/Microsoft.DotNet.Watcher.Tools/project.json index 21d7ce1d69..804dcd5b4e 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/project.json +++ b/src/Microsoft.DotNet.Watcher.Tools/project.json @@ -24,10 +24,6 @@ } }, "dependencies": { - "Microsoft.DotNet.ProjectModel": { - "version": "1.0.0-*", - "exclude": "all" - }, "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", @@ -38,7 +34,7 @@ }, "Microsoft.NETCore.App": { "type": "platform", - "version": "1.1.0-*" + "version": "1.0.1" } }, "frameworks": { diff --git a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json index b860143998..5b16064ac7 100644 --- a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json +++ b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json @@ -23,10 +23,10 @@ "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.0.1", "type": "platform" }, - "System.Data.SqlClient": "4.3.0-*" + "System.Data.SqlClient": "4.1.0" }, "frameworks": { "netcoreapp1.0": {} diff --git a/src/Microsoft.Extensions.SecretManager.Tools/project.json b/src/Microsoft.Extensions.SecretManager.Tools/project.json index 1f2aaa7e15..7fa5af3662 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/project.json +++ b/src/Microsoft.Extensions.SecretManager.Tools/project.json @@ -35,7 +35,7 @@ "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.0.1", "type": "platform" } }, diff --git a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json index 16ffa26808..a1a2015d4a 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json @@ -24,7 +24,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.1.0-*" + "version": "1.0.1" } } } diff --git a/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json b/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json index 8aac1452b9..49c0a70124 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json @@ -13,7 +13,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.0.1", "type": "platform" } } diff --git a/test/Microsoft.Extensions.SecretManager.Tools.Tests/UserSecretsTestFixture.cs b/test/Microsoft.Extensions.SecretManager.Tools.Tests/UserSecretsTestFixture.cs index cf92e9b040..a3ff3dfbb1 100644 --- a/test/Microsoft.Extensions.SecretManager.Tools.Tests/UserSecretsTestFixture.cs +++ b/test/Microsoft.Extensions.SecretManager.Tools.Tests/UserSecretsTestFixture.cs @@ -45,7 +45,7 @@ namespace Microsoft.Extensions.Configuration.UserSecrets.Tests - + diff --git a/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json b/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json index 7c6a5831f9..3512358403 100644 --- a/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json +++ b/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json @@ -13,7 +13,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.0.1", "type": "platform" } }