Adding a work around for a test failure.
This commit is contained in:
parent
7ebd363ca2
commit
339bfe0168
2 changed files with 4 additions and 2 deletions
|
@ -5,5 +5,7 @@
|
|||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
||||
<!-- Issue: https://github.com/dotnet/sdk/issues/1150 -->
|
||||
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -64,7 +64,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
Lines="$(BundledVersionsPropsContent)"
|
||||
Overwrite="true" />
|
||||
<Copy
|
||||
DestinationFiles="$(SdkOutputDirectory)/$(BundledVersionsPropsFileName)"
|
||||
SourceFiles="$(GeneratedMSBuildExtensionsDirectory)/$(BundledVersionsPropsFolder)/$(BundledVersionsPropsFileName)" />
|
||||
SourceFiles="$(GeneratedMSBuildExtensionsDirectory)/$(BundledVersionsPropsFolder)/$(BundledVersionsPropsFileName)"
|
||||
DestinationFiles="$(SdkOutputDirectory)/$(BundledVersionsPropsFileName)" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue