Skip to content

Commit 53a7ee2

Browse files
committed
bump System deps to 5.0
1 parent 283ad6b commit 53a7ee2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

src/Dotnet.Script.Core/Dotnet.Script.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
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.

src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
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>

0 commit comments

Comments
 (0)