summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2019-02-13 18:14:35 -0800
committerGitHub <noreply@github.com>2019-02-13 18:14:35 -0800
commitebaa5ddf432ed4dd120007e0bdc13717943147f3 (patch)
treebb07d3332b5019f9aa141eb0f0fd58ff34e08afa /src/tools
parenta32190d14c3f1f44f397cd1f9b20157ce6dd6067 (diff)
downloadcoreclr-ebaa5ddf432ed4dd120007e0bdc13717943147f3.tar.gz
coreclr-ebaa5ddf432ed4dd120007e0bdc13717943147f3.tar.bz2
coreclr-ebaa5ddf432ed4dd120007e0bdc13717943147f3.zip
Use dependency flow for core-setup and corefx dependencies (#22544)
* Remove old use of signing package used to work around SPC signing now that arcade has bubbled up the version. * Move dependency update for CoreFX and Core-setup dependencies to BAR/Darc/Maestro++ flow * Update property references in tests. * Version bump for CoreFX and Core-Setup dependencies. * Update test Github_20958 to use revised System.Range constructor as surface area changed with #22331.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/runincontext/runincontext.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/runincontext/runincontext.csproj b/src/tools/runincontext/runincontext.csproj
index b5329eb4a0..ee5ab21ab9 100644
--- a/src/tools/runincontext/runincontext.csproj
+++ b/src/tools/runincontext/runincontext.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
- <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
+ <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppVersion)</RuntimeFrameworkVersion>
<UseAppHost>false</UseAppHost>
<CLRTestKind>BuildOnly</CLRTestKind>
</PropertyGroup>