Skip to content

Commit

Permalink
Add assembly reference for data serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jun 13, 2023
1 parent e527eab commit 4b8c0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bonsai.Configuration/ScriptExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public IEnumerable<string> GetAssemblyReferences()
yield return "System.Drawing.dll";
yield return "System.Numerics.dll";
yield return "System.Reactive.Linq.dll";
yield return "System.Runtime.Serialization.dll";
yield return "System.Xml.dll";
yield return "Bonsai.Core.dll";
yield return "Microsoft.CSharp.dll";
Expand Down

0 comments on commit 4b8c0f3

Please sign in to comment.