Skip to content

Commit

Permalink
Add OutputType to ILAsm.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Nov 28, 2017
1 parent 5001fc8 commit 91b329f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/ILAsm/ILAsm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>$(RoslynPortableRuntimeIdentifiers)</RuntimeIdentifiers>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="$(MicrosoftNETCoreAppVersion)" />
Expand Down

0 comments on commit 91b329f

Please sign in to comment.