fix versions in packaged command consumer tests

This commit is contained in:
Andrew Stanton-Nurse 2016-01-28 13:13:38 -08:00 committed by piotrp
parent 1a6d5c9f5e
commit 91f229ea80
4 changed files with 6 additions and 15 deletions

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>$(UserProfile)\AppData\Local\Temp</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\WiX\3.10.0.2103-pre1\build\wix.props" Condition="Exists('$(NuGetPackageRoot)\WiX\3.10.0.2103-pre1\build\wix.props')" />
</ImportGroup>
</Project>

View file

@ -1,11 +1,11 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722",
"NETStandard.Library": "1.0.0-rc2-23727",
"dotnet-hello": { "version": "1.0.0", "target": "package" }
},

View file

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
@ -7,7 +7,7 @@
"testRunner": "must-be-specified-to-generate-deps",
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722",
"NETStandard.Library": "1.0.0-rc2-23727",
"dotnet-hello": {"version": "1.0.0", "target": "package"}
},

View file

@ -1,11 +1,11 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722"
"NETStandard.Library": "1.0.0-rc2-23727"
},
"frameworks": {