Skip to content

Commit

Permalink
Update nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed May 7, 2024
1 parent 79de994 commit 2d1834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.Compiler.CSharp/CompilationEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public List<CompilationContext> CompileSources(params string[] sourceFiles)
{
return CompileSources(new CompilationSourceReferences()
{
Packages = new (string, string)[] { new("Neo.SmartContract.Framework", "3.6.2-CI00554") }
Packages = [new("Neo.SmartContract.Framework", "3.6.2-CI00581")]
},
sourceFiles);
}
Expand Down

0 comments on commit 2d1834d

Please sign in to comment.