Skip to content

Commit d730ebf

Browse files
committed
CSScriptLib:
- #458: Type 'CSScriptLib.Project' in Assembly 'CSScriptLib, Version=4.14.3.0, Culture=neutral, PublicKeyToken=4c30df19402bb442' is not marked as serializable
1 parent a6df52f commit d730ebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cscs/Project.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace CSScriptLib
1818
/// Class that holds all information about the execution context (probing directories and
1919
/// dependencies) of a script.
2020
/// </summary>
21+
[Serializable]
2122
public class Project
2223
{
2324
/// <summary>

0 commit comments

Comments
 (0)