File tree 3 files changed +3
-3
lines changed
Dotnet.Script.DependencyModel.Nuget
3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 24
24
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.8.0-5.final" />
25
25
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
26
26
<PackageReference Include =" ReadLine" Version =" 2.0.1" />
27
- <PackageReference Include =" System.Collections.Immutable" Version =" 1.5 .0" />
28
- <PackageReference Include =" System.Reflection.Metadata" Version =" 1.6 .0" />
27
+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0 .0" />
28
+ <PackageReference Include =" System.Reflection.Metadata" Version =" 5.0 .0" />
29
29
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
30
30
<!-- The following references are just quick fixes for issue #166 and issue #268
31
31
We need to figure out why we can't load these via the dependency context.
Original file line number Diff line number Diff line change 19
19
<Compile Include =" ..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link =" ScriptParserInternal.cs" />
20
20
</ItemGroup >
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.7.0 " />
22
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.8.0-5.final " />
23
23
</ItemGroup >
24
24
</Project >
You can’t perform that action at this time.
0 commit comments