Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
Removed [assembly: SecurityPermission(SecurityAction.RequestMinimum)] as build failed with it in place.  Review link:  https://msdn.microsoft.com/en-us/library/ee191568(VS.100).aspx
  • Loading branch information
tcnelson13 committed Dec 28, 2015
1 parent d574501 commit d10f623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ViddlerV2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
[assembly: AssemblyFileVersion("3.9.0.1")]
[assembly: AssemblyDelaySign(false)]
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityPermission(SecurityAction.RequestMinimum)]
[assembly: Guid("63913371-c06f-4b28-8f8c-757beca0368d")]
[assembly: AssemblyDefaultAlias("ViddlerV2.dll")]

0 comments on commit d10f623

Please sign in to comment.