Skip to content

Commit

Permalink
Merge pull request dotnet#5443 from swaroop-sridhar/CDTver
Browse files Browse the repository at this point in the history
CoreDisTools Package: Make minor version generic
  • Loading branch information
swaroop-sridhar committed Jun 3, 2016
2 parents 349eb35 + 385b282 commit 7db46aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/setup-runtime-dependencies.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ REM ============================================================================
REM Write dependency information to project.json
echo { ^
"dependencies": { ^
"runtime.win7-%__Arch%.Microsoft.NETCore.CoreDisTools": "1.0.1-prerelease-00001" ^
"runtime.win7-%__Arch%.Microsoft.NETCore.CoreDisTools": "1.0.1-prerelease-*" ^
}, ^
"frameworks": { "dnxcore50": { } } ^
} > "%__JasonFilePath%"
Expand Down
2 changes: 1 addition & 1 deletion tests/setup-runtime-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fi
packageName='runtime.'$rid'.Microsoft.NETCore.CoreDisTools'
echo { \
\"dependencies\": { \
\"$packageName\": \"1.0.1-prerelease-00001\" \
\"$packageName\": \"1.0.1-prerelease-*\" \
}, \
\"frameworks\": { \"dnxcore50\": { } } \
} > $jsonFilePath
Expand Down

0 comments on commit 7db46aa

Please sign in to comment.