diff --git a/eng/Versions.props b/eng/Versions.props
index 2cc202da4..920494fd9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -22,8 +22,8 @@
30
32
17
- 16
- 5
+ 18
+ 7
<_NET70ILLinkPackVersion>7.0.100-1.23211.1
@@ -141,11 +141,14 @@
Therefore we stay at last month's version.
We also need to special case the 1st patch release, because the incoming SDK version will never be 2 versions behind us in that case.
Instead the indicator is that the incoming SDK version is not RTM or greater yet.
+ Preview releases already use -1 versionining so don't subtract one for that version
-->
true
true
$([MSBuild]::Subtract($(VersionFeature60), 1))
$([MSBuild]::Subtract($(VersionFeature70), 1))
+ $(VersionFeature60)
+ $(VersionFeature70)
$([MSBuild]::Subtract($(AspNetCoreTemplateFeature60), 1))
$([MSBuild]::Subtract($(AspNetCoreTemplateFeature70), 1))