Skip to content

Commit

Permalink
Fix build of repro.csproj (dotnet#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-karas authored Oct 11, 2021
1 parent 46b1dad commit ffd5871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@

<ItemGroup Condition="$(_subset.Contains('+iltrim+'))">
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\ILTrim\ILTrim.Exe\ILTrim.csproj" Category="clr" />
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\ILTrim\repro\repro.csproj" Category="clr" />
</ItemGroup>


Expand Down
3 changes: 1 addition & 2 deletions src/coreclr/tools/ILTrim/repro/repro.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<OutputType>Exe</OutputType>
<Platforms>x64;x86</Platforms>
<PlatformTarget>AnyCPU</PlatformTarget>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
<Configurations>Debug;Release;Checked</Configurations>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down

0 comments on commit ffd5871

Please sign in to comment.