File tree 5 files changed +5
-5
lines changed
Dotnet.Script.DependencyModel.Nuget
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
<ItemGroup >
27
27
<PackageReference Include =" Gapotchenko.FX" Version =" 2021.1.5" />
28
28
<PackageReference Include =" Gapotchenko.FX.Reflection.Loader" Version =" 2021.2.11" />
29
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.9.0 " />
29
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.0.0-6.final " />
30
30
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
31
31
<PackageReference Include =" ReadLine" Version =" 2.0.1" />
32
32
<PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace Dotnet.Script.Core
11
11
{
12
12
public class ScriptPublisher
13
13
{
14
- private const string ScriptingVersion = "3.9 .0" ;
14
+ private const string ScriptingVersion = "4.0 .0" ;
15
15
16
16
private readonly ScriptProjectProvider _scriptProjectProvider ;
17
17
private readonly ScriptEmitter _scriptEmitter ;
Original file line number Diff line number Diff line change 21
21
<Compile Include =" ..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link =" ScriptParserInternal.cs" />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.9.0 " />
24
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.0.0-6.final " />
25
25
</ItemGroup >
26
26
</Project >
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.9.0 " />
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.0.0-6.final " />
16
16
<PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
17
17
</ItemGroup >
18
18
Original file line number Diff line number Diff line change 24
24
<AssemblyOriginatorKeyFile >../dotnet-script.snk</AssemblyOriginatorKeyFile >
25
25
</PropertyGroup >
26
26
<ItemGroup >
27
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.9.0 " />
27
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.0-6.final " />
28
28
<PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.2.5" />
29
29
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 5.0.0" />
30
30
</ItemGroup >
You can’t perform that action at this time.
0 commit comments