10000 fixed roslyn version · dotnet-script/dotnet-script@04c1aca · GitHub
[go: up one dir, main page]

Skip to content

Commit 04c1aca

Browse files
authored
fixed roslyn version
1 parent 0c386b1 commit 04c1aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.Core/ScriptPublisher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Dotnet.Script.Core
1111
{
1212
public class ScriptPublisher
1313
{
14-
private const string ScriptingVersion = "3.9.0";
14+
private const string ScriptingVersion = "4.0.0";
1515

1616
private readonly ScriptProjectProvider _scriptProjectProvider;
1717
private readonly ScriptEmitter _scriptEmitter;

0 commit comments

Comments
 (0)
0