File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Dotnet.Script.DependencyModel.Nuget Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.8.0-5.final" />
2525 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2626 <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" />
2929 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3030 <!-- The following references are just quick fixes for issue #166 and issue #268
3131 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 1919 <Compile Include =" ..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link =" ScriptParserInternal.cs" />
2020 </ItemGroup >
2121 <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 " />
2323 </ItemGroup >
2424</Project >
You can’t perform that action at this time.
0 commit comments