Skip to content

Commit

Permalink
Merge pull request #1958 from dotnet/remove_inferredFromUsage_configs
Browse files Browse the repository at this point in the history
Removes InferredFromUsage Configs from the SDK.
  • Loading branch information
Livar authored Feb 13, 2018
2 parents 83ba345 + 72d3545 commit 17c32ce
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ Copyright (c) .NET Foundation. All rights reserved.
<!-- List of supported .NET Core and .NET Standard TFMs -->
<Import Project="Microsoft.NET.SupportedTargetFrameworks.props" />

<!-- Workaround: https://github.com/dotnet/sdk/issues/1001 -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "/>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "/>

<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.CSharp.props" Condition="'$(MSBuildProjectExtension)' == '.csproj'" />
<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.VisualBasic.props" Condition="'$(MSBuildProjectExtension)' == '.vbproj'" />
<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.FSharp.props" Condition="'$(MSBuildProjectExtension)' == '.fsproj'" />
Expand Down

0 comments on commit 17c32ce

Please sign in to comment.