diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets
index 33fc33992f..08f6ecf3a8 100644
--- a/build/RuntimeStoreInstaller.targets
+++ b/build/RuntimeStoreInstaller.targets
@@ -20,12 +20,12 @@
https://dotnetcli.blob.core.windows.net/dotnet
$(KOREBUILD_DOTNET_FEED_UNCACHED)
- $(PublicCoreFeedPrefix)
+ $(PublicCoreFeedPrefix)
$(PublicCoreFeedPrefix)/aspnetcore/store/2.0.0-26452/Build.RS.
$(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz
- $(_TimestampRSSource)aspnetcore-store-2.0.3-rtm-125-linux-x64.tar.gz
- $(_TimestampFreeRSSource)aspnetcore-store-2.0.3-
+ $(_TimestampRSSource)aspnetcore-store-$(PackageVersion)-linux-x64.tar.gz
+ $(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)-
$(TimestampFreeRSArchivePrefix)linux-x64.tar.gz
@@ -47,7 +47,7 @@
-
+ Condition="!Exists('$(TimestampFreeRSArchivePrefix)win7-x86.zip')" />
@@ -71,7 +71,7 @@
MSBuild doesn't to the substitution correctly because the string contains %,
so we'll let bash do it instead.
-->
-
+
@@ -307,14 +307,14 @@
2.0.0
-
- 2.0.3-rtm-125
+
+ $(PackageVersion)
$(MicrosoftNETCoreApp20PackageVersion)
-
- 2.0.3
+
+ $(PackageVersionNoTimestamp)
$(MicrosoftNETCoreApp20PackageVersion)
@@ -368,18 +368,18 @@
-
+
-
+
-
+
-
+
@@ -409,7 +409,6 @@
-
@@ -462,22 +461,22 @@
-
+ Properties="$(CommonRSArguments);RSArchive=$(TimestampFreeLinuxRSArchive);DebVersion=$(PackageVersionNoTimestamp)" />
+ Properties="$(CommonHostingArguments);DebVersion=$(Version)" />
+ Properties="$(CommonHostingArguments);DebVersion=$(PackageVersionNoTimestamp)" />
diff --git a/build/tools/packaging/hosting_debian_config.json b/build/tools/packaging/hosting_debian_config.json
index 8159b4e25f..92c825e901 100644
--- a/build/tools/packaging/hosting_debian_config.json
+++ b/build/tools/packaging/hosting_debian_config.json
@@ -30,6 +30,6 @@
"debian_dependencies": {
"dotnet-runtime-DOTNET_VERSION": {},
- "aspnetcore-store-STORE_VERSION": {}
+ "aspnetcore-store-DEB_VERSION": {}
}
}
\ No newline at end of file
diff --git a/version.props b/version.props
index ca922dba5c..9cccb9ea3e 100644
--- a/version.props
+++ b/version.props
@@ -1,6 +1,6 @@
- 2.0.4
+ 2.0.3
rtm
$(VersionPrefix)
$(VersionPrefix)