File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ public override async Task<string> GetBodyAsync(RequestInfo requestInfo)
9191 MetadataReference . CreateFromFile ( typeof ( System . IO . File ) . GetTypeInfo ( ) . Assembly . Location ) ,
9292 MetadataReference . CreateFromFile ( typeof ( System . Diagnostics . Debug ) . GetTypeInfo ( ) . Assembly . Location ) ,
9393 MetadataReference . CreateFromFile ( typeof ( System . Text . RegularExpressions . Regex ) . GetTypeInfo ( ) . Assembly . Location ) ,
94- MetadataReference . CreateFromFile ( typeof ( Newtonsoft . Json . JsonConvert ) . GetTypeInfo ( ) . Assembly . Location )
94+ MetadataReference . CreateFromFile ( typeof ( Newtonsoft . Json . JsonConvert ) . GetTypeInfo ( ) . Assembly . Location ) ,
95+ MetadataReference . CreateFromFile ( typeof ( Queue < > ) . GetTypeInfo ( ) . Assembly . Location )
9596 ) ;
9697
9798 var script = CSharpScript . Create < string > (
You can’t perform that action at this time.
0 commit comments