Fix dotnet run3 --project to pass the project to msbuild.

Also update Microsoft.NET.Sdk to 1.0.0-alpha-20161026-2 since this has the corresponding fix needed for https://github.com/dotnet/sdk/issues/301.
This commit is contained in:
Eric Erhardt 2016-10-26 00:04:40 -05:00
parent 4a30335540
commit 33ec55aee3
14 changed files with 74 additions and 18 deletions

View file

@ -43,7 +43,7 @@
<Version>1.0.1-beta-000933</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Sdk">
<Version>1.0.0-alpha-20161019-1</Version>
<Version>1.0.0-alpha-20161026-2</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>