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>
|
<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>
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue