@@ -45,6 +45,7 @@ Copyright (c) .NET Foundation. All rights reserved.
45
45
<!-- Default patch version of .All Framework -->
46
46
<PropertyGroup Condition =" '$(DefaultAspNetCoreAllPatchVersion)' == ''" >
47
47
<DefaultAspNetCoreAllPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.1'" >$(DefaultPatchVersionForAspNetCoreAll2_1)</DefaultAspNetCoreAllPatchVersion >
48
+ <DefaultAspNetCoreAllPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.2'" >$(DefaultPatchVersionForAspNetCoreAll2_2)</DefaultAspNetCoreAllPatchVersion >
48
49
49
50
<!-- If targeting the same pre-release that is bundled with the .NET Core SDK, use the bundled package version
50
51
provided by Microsoft.NETCoreSdk.BundledVersions.props -->
@@ -56,6 +57,7 @@ Copyright (c) .NET Foundation. All rights reserved.
56
57
<!-- Default patch version of .App Framework -->
57
58
<PropertyGroup Condition =" '$(DefaultAspNetCoreAppPatchVersion)' == ''" >
58
59
<DefaultAspNetCoreAppPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.1'" >$(DefaultPatchVersionForAspNetCoreApp2_1)</DefaultAspNetCoreAppPatchVersion >
60
+ <DefaultAspNetCoreAppPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.2'" >$(DefaultPatchVersionForAspNetCoreApp2_2)</DefaultAspNetCoreAppPatchVersion >
59
61
60
62
<!-- If targeting the same pre-release that is bundled with the .NET Core SDK, use the bundled package version
61
63
provided by Microsoft.NETCoreSdk.BundledVersions.props -->
@@ -67,7 +69,7 @@ Copyright (c) .NET Foundation. All rights reserved.
67
69
<!-- Latest patch version of .All Framework -->
68
70
<PropertyGroup Condition =" '$(LatestAspNetCoreAllPatchVersion)' == ''" >
69
71
<!-- Placeholder for setting latest patch version using the bundled version from CLI for previous TFMs, this will not apply until 2.2 -->
70
- <!-- < LatestAspNetCoreAllPatchVersion Condition="'$(_TargetFrameworkVersionWithoutV)' == '2.1'">$(LatestPatchVersionForAspNetCoreAll2_1)</LatestAspNetCoreAllPatchVersion> -- >
72
+ <LatestAspNetCoreAllPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.1'" >$(LatestPatchVersionForAspNetCoreAll2_1)</LatestAspNetCoreAllPatchVersion >
71
73
72
74
<!-- If targeting the same release that is bundled with the .NET Core SDK, use the bundled package version
73
75
provided by Microsoft.NETCoreSdk.BundledVersions.props -->
@@ -79,7 +81,7 @@ Copyright (c) .NET Foundation. All rights reserved.
79
81
<!-- Latest patch version of .App Framework -->
80
82
<PropertyGroup Condition =" '$(LatestAspNetCoreAppPatchVersion)' == ''" >
81
83
<!-- Placeholder for setting latest patch version using the bundled version from CLI for previous TFMs, this will not apply until 2.2 -->
82
- <!-- < LatestAspNetCoreAppPatchVersion Condition="'$(_TargetFrameworkVersionWithoutV)' == '2.1'">$(LatestPatchVersionForAspNetCoreApp2_1)</LatestAspNetCoreAppPatchVersion> -- >
84
+ <LatestAspNetCoreAppPatchVersion Condition =" '$(_TargetFrameworkVersionWithoutV)' == '2.1'" >$(LatestPatchVersionForAspNetCoreApp2_1)</LatestAspNetCoreAppPatchVersion >
83
85
84
86
<!-- If targeting the same release that is bundled with the .NET Core SDK, use the bundled package version
85
87
provided by Microsoft.NETCoreSdk.BundledVersions.props -->
0 commit comments