Browse Source

Remove conditions from targets imports.

pull/879/head
Siegfried Pammer 8 years ago
parent
commit
6763fb29dd
  1. 4
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

4
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Condition=" '$(OS)' == 'Windows_NT' " Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
<PropertyGroup>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFramework>
@ -562,7 +562,7 @@ @@ -562,7 +562,7 @@
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<Import Condition=" '$(OS)' == 'Windows_NT' " Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
<Target Name="BeforeBuild">
<PropertyGroup>

Loading…
Cancel
Save