Skip to content

Commit 3df5da1

Browse files
authored
[release/2.1] Update korebuild to fix signcheck errors (#28005)
* Update korebuild to fix signcheck errors
1 parent 584d16a commit 3df5da1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- Determined by build tools -->
1717
<InternalAspNetCoreSdkPackageVersion>$(KoreBuildVersion)</InternalAspNetCoreSdkPackageVersion>
1818
<InternalAspNetCoreSiteExtensionSdkPackageVersion>$(KoreBuildVersion)</InternalAspNetCoreSiteExtensionSdkPackageVersion>
19-
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">2.1.7-build-20200221.1</InternalAspNetCoreSdkPackageVersion>
19+
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">2.1.7-build-20201119.1</InternalAspNetCoreSdkPackageVersion>
2020
</PropertyGroup>
2121

2222
<!-- These are package versions that should not be overridden or updated by automation. -->

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.7-build-20200221.1
2-
commithash:96fb43f7c4a724d7af26b053240182760ac80a9b
1+
version:2.1.7-build-20201119.1
2+
commithash:8212674c2abff7b51f99422c9bdb1a81b90d9dc1

0 commit comments

Comments
 (0)