Adding a work around for a test failure.

This commit is contained in:
Livar Cunha 2017-04-25 15:03:07 -07:00
parent 7ebd363ca2
commit 339bfe0168
2 changed files with 4 additions and 2 deletions

View file

@ -5,5 +5,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.0</TargetFramework>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion> <RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
<!-- Issue: https://github.com/dotnet/sdk/issues/1150 -->
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -64,7 +64,7 @@ Copyright (c) .NET Foundation. All rights reserved.
Lines="$(BundledVersionsPropsContent)" Lines="$(BundledVersionsPropsContent)"
Overwrite="true" /> Overwrite="true" />
<Copy <Copy
DestinationFiles="$(SdkOutputDirectory)/$(BundledVersionsPropsFileName)" SourceFiles="$(GeneratedMSBuildExtensionsDirectory)/$(BundledVersionsPropsFolder)/$(BundledVersionsPropsFileName)"
SourceFiles="$(GeneratedMSBuildExtensionsDirectory)/$(BundledVersionsPropsFolder)/$(BundledVersionsPropsFileName)" /> DestinationFiles="$(SdkOutputDirectory)/$(BundledVersionsPropsFileName)" />
</Target> </Target>
</Project> </Project>