diff --git a/src/Web/Microsoft.NET.Sdk.Web.Targets/Sdk.DefaultItems.targets b/src/Web/Microsoft.NET.Sdk.Web.Targets/Sdk.DefaultItems.targets index 2f782d20..68f69591 100644 --- a/src/Web/Microsoft.NET.Sdk.Web.Targets/Sdk.DefaultItems.targets +++ b/src/Web/Microsoft.NET.Sdk.Web.Targets/Sdk.DefaultItems.targets @@ -29,37 +29,49 @@ Copyright (c) .NET Foundation. All rights reserved. automatically selects the version of .NET Core to target. The framework version that is written to the runtimeconfig.json file is based on the actual resolved package version - of Microsoft.AspNetCore.App or Microsoft.AspNetCore.All. This is to allow floating the verion number (i.e. the user + of Microsoft.AspNetCore.App or Microsoft.AspNetCore.All. This is to allow floating the version number (i.e. the user could set the version to "2.0-*". --> + + + 2.1.1 + 2.1.1 + + + $(DefaultPatchVersionForAspNetCoreAll2_1) + $(DefaultPatchVersionForAspNetCoreAll2_2) + - $(BundledAspNetCoreAllPackageVersion) + $(BundledAspNetCoreAllPackageVersion) $(_TargetFrameworkVersionWithoutV) + $(DefaultPatchVersionForAspNetCoreApp2_1) + $(DefaultPatchVersionForAspNetCoreApp2_2) + - $(BundledAspNetCoreAppPackageVersion) + $(BundledAspNetCoreAppPackageVersion) $(_TargetFrameworkVersionWithoutV) - - + $(LatestPatchVersionForAspNetCoreAll2_1) + $(LatestPatchVersionForAspNetCoreAll2_2) - $(BundledAspNetCoreAllPackageVersion) @@ -68,10 +80,10 @@ Copyright (c) .NET Foundation. All rights reserved. - - + $(LatestPatchVersionForAspNetCoreApp2_1) + $(LatestPatchVersionForAspNetCoreApp2_2) - $(BundledAspNetCoreAppPackageVersion)