File tree 6 files changed +7
-7
lines changed
Dotnet.Script.DependencyModel.Nuget 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7.0.100-rc.1.22431.12 " ,
3
+ "version" : " 7.0.100" ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
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 =" 4.0 .0-6 .final" />
29
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.4 .0-1 .final" />
30
30
<PackageReference Include =" ReadLine" Version =" 2.0.1" />
31
31
<PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
32
32
<PackageReference Include =" System.Reflection.Metadata" Version =" 5.0.0" />
33
33
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
34
34
<!-- The following references are just quick fixes for issue #166 and issue #268 -->
35
35
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
36
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 5 .0.0" />
36
+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 6 .0.0" />
37
37
<!-- End of quick fixes -->
38
38
<PackageReference Include =" StrongNamer" Version =" 0.2.5" PrivateAssets =" all" />
39
39
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 = "4.0.0 " ;
14
+ private const string ScriptingVersion = "4.4.0-1.final " ;
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 =" 4.0 .0-6 .final" />
24
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.4 .0-1 .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 =" 4.0 .0-6 .final" />
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.4 .0-1 .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 =" 4.0 .0-6 .final" />
27
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.4 .0-1 .final" />
28
28
<PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 3.0.0" />
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