diff --git a/build/RuntimeStore.targets b/build/RuntimeStore.targets
index 876dccc6ee..b99613bebf 100644
--- a/build/RuntimeStore.targets
+++ b/build/RuntimeStore.targets
@@ -148,7 +148,40 @@
Properties="$(_ComposeStoreProps)" />
+
+
+ $(_WorkRoot)HostingStartup\
+ <_HostingStartupProps>DepsOutputPath=$(_DepsOutputDirectory)
+ <_HostingStartupProps>$(_HostingStartupProps);DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath)
+ <_HostingStartupProps>$(_HostingStartupProps);RuntimeFrameworkVersion=$(MicrosoftNETCoreApp20PackageVersion)
+ <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageName=$(HostingStartupPackageName)
+ <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageVersion=$(HostingStartupPackageVersion)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets
index 315cde6a0c..c55fb09c65 100644
--- a/build/RuntimeStoreInstaller.targets
+++ b/build/RuntimeStoreInstaller.targets
@@ -304,8 +304,8 @@
-
- 2.0.0
+
+ $(RuntimeStoreInstallerDependencyVersion)
$(PackageVersion)
@@ -409,6 +409,7 @@
+
@@ -464,11 +465,11 @@
+ Properties="$(CommonRSArguments);RSArchive=$(TimestampRSArchive);DebVersion=$(Version);RsDepVersion=$(RuntimeStoreInstallerDependencyVersion)" />
+ Properties="$(CommonRSArguments);RSArchive=$(TimestampFreeLinuxRSArchive);DebVersion=$(PackageVersionNoTimestamp);RsDepVersion=$(RuntimeStoreInstallerDependencyVersion)" />
+
+
netcoreapp2.0
Exe
+ $(DotNetRestoreSources)
+
+ $(RestoreSources);
+ https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
+
+
+ $(RestoreSources);
+ https://api.nuget.org/v3/index.json;
+
diff --git a/version.props b/version.props
index bc7193fb8e..1b4a62e7b2 100644
--- a/version.props
+++ b/version.props
@@ -1,5 +1,6 @@
+ 2.0.3
2.0.5
rtm
$(VersionPrefix)