From 44d39bc0d42c7f6c5a3f61cdeead4d70f625b6e2 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 18 Jan 2018 16:29:08 -0800 Subject: [PATCH] Bump version, update build tools, and dependency versions --- Directory.Build.props | 9 +++++++++ Directory.Build.targets | 6 ++++-- build/common.props | 3 +-- build/dependencies.props | 2 ++ korebuild-lock.txt | 4 ++-- korebuild.json | 4 ++-- 6 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..e3f34ed --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + + $(MSBuildThisFileDirectory) + + diff --git a/Directory.Build.targets b/Directory.Build.targets index 246f7ac..5806696 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,4 +1,6 @@  - - + + $(NETStandardLibrary20PackageVersion) + $(MicrosoftNETCoreApp20PackageVersion) + diff --git a/build/common.props b/build/common.props index 32a20bd..a18cc1e 100644 --- a/build/common.props +++ b/build/common.props @@ -1,5 +1,4 @@ - - + Microsoft ASP.NET Core diff --git a/build/dependencies.props b/build/dependencies.props index 2b1037e..dd4db9c 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -14,6 +14,8 @@ 2.0.0 2.0.0 10.0.1 + 2.0.5 + 2.0.1 4.8.0 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 632c589..e0cb1b1 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.0.2-rc1-15526 -commithash:436afc3dc08f5e278431db807866cc5f032f4d7b +version:2.0.5-rtm-10016 +commithash:02bda79ac9c564229da734a836f258d6c1321eb7 diff --git a/korebuild.json b/korebuild.json index 6bbc5ee..9deb2b6 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,4 +1,4 @@ { - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/rel/2.0.2/tools/korebuild.schema.json", - "channel": "rel/2.0.2" + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.0/tools/korebuild.schema.json", + "channel": "release/2.0" }