We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e1d7e commit 6eeb17fCopy full SHA for 6eeb17f
src/Dotnet.Script.Core/ScriptPublisher.cs
@@ -1,10 +1,8 @@
1
-using Dotnet.Script.Core.Internal;
2
using Dotnet.Script.DependencyModel.Environment;
3
using Dotnet.Script.DependencyModel.Logging;
4
using Dotnet.Script.DependencyModel.Process;
5
using Dotnet.Script.DependencyModel.ProjectSystem;
6
using Microsoft.CodeAnalysis;
7
-using Microsoft.CodeAnalysis.Scripting;
8
using System;
9
using System.IO;
10
using System.Reflection;
@@ -13,7 +11,7 @@ namespace Dotnet.Script.Core
13
11
{
14
12
public class ScriptPublisher
15
16
- private const string ScriptingVersion = "3.8.0-5.final";
+ private const string ScriptingVersion = "3.8.0";
17
18
private readonly ScriptProjectProvider _scriptProjectProvider;
19
private readonly ScriptEmitter _scriptEmitter;
0 commit comments