Skip to content

Commit 44d39bc

Browse files
author
Nate McMaster
committed
Bump version, update build tools, and dependency versions
1 parent 79fd6de commit 44d39bc

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

‎Directory.Build.props‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
<ImportProject="version.props" />
3+
<ImportProject="build\dependencies.props" />
4+
<ImportProject="build\sources.props" />
5+
6+
<PropertyGroup>
7+
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
8+
</PropertyGroup>
9+
</Project>

‎Directory.Build.targets‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project>
2-
<ImportProject="build\sources.props" />
3-
<ImportProject="build\dependencies.props" />
2+
<PropertyGroup>
3+
<NETStandardImplicitPackageVersionCondition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
4+
<RuntimeFrameworkVersionCondition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
5+
</PropertyGroup>
46
</Project>

‎build/common.props‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<Project>
2-
<ImportProject="..\version.props" />
1+
<Project>
32

43
<PropertyGroup>
54
<Product>Microsoft ASP.NET Core</Product>

‎build/dependencies.props‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<MicrosoftExtensionsLoggingConsolePackageVersion>2.0.0</MicrosoftExtensionsLoggingConsolePackageVersion>
1515
<MicrosoftExtensionsLoggingDebugPackageVersion>2.0.0</MicrosoftExtensionsLoggingDebugPackageVersion>
1616
<NewtonsoftJsonRuntimePackageVersion>10.0.1</NewtonsoftJsonRuntimePackageVersion>
17+
<MicrosoftNETCoreApp20PackageVersion>2.0.5</MicrosoftNETCoreApp20PackageVersion>
18+
<NETStandardLibrary20PackageVersion>2.0.1</NETStandardLibrary20PackageVersion>
1719
<SystemThreadingTasksDataflowPackageVersion>4.8.0</SystemThreadingTasksDataflowPackageVersion>
1820
</PropertyGroup>
1921

‎korebuild-lock.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.0.2-rc1-15526
2-
commithash:436afc3dc08f5e278431db807866cc5f032f4d7b
1+
version:2.0.5-rtm-10016
2+
commithash:02bda79ac9c564229da734a836f258d6c1321eb7

‎korebuild.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/rel/2.0.2/tools/korebuild.schema.json",
3-
"channel": "rel/2.0.2"
2+
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.0/tools/korebuild.schema.json",
3+
"channel": "release/2.0"
44
}

0 commit comments

Comments
(0)