Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Expand assembly definition in lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed May 24, 2015
1 parent a5b3187 commit c6872ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public PropertyDefinitions()

ContentPropertyDefinition _assembly = new ContentPropertyDefinition
{
FileExtensions = { ".dll" }
FileExtensions = { ".dll", ".exe", ".winmd" }
};

ContentPropertyDefinition _dynamicLibrary = new ContentPropertyDefinition
Expand Down

0 comments on commit c6872ef

Please sign in to comment.