Skip to content

Commit

Permalink
updates sinjection
Browse files Browse the repository at this point in the history
  • Loading branch information
codingadventures committed Nov 25, 2018
1 parent de5afac commit 5fdbe9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/BridgeVs.Build/SInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ private bool WriteAssembly()
_moduleDefinition.Attributes &= ~ModuleAttributes.StrongNameSigned;
}

using (Stream file = FS.FileSystem.FileStream.Create(_assemblyLocation, FileMode.Open, FileAccess.ReadWrite))
using (Stream file = FS.FileSystem.File.OpenWrite(_assemblyLocation))
{
_moduleDefinition.Write(file, GetWriterParameters());
Expand Down

0 comments on commit 5fdbe9e

Please sign in to comment.