Skip to content

Commit e6aef47

Browse files
committed
Removed a no longer needed workaround for the issue #268. Reference to a more polished version of Gapotchenko.FX.Reflection.Loader.
1 parent 436bbe9 commit e6aef47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,16 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Gapotchenko.FX" Version="2021.1.5" />
28-
<PackageReference Include="Gapotchenko.FX.Reflection.Loader" Version="2021.2.8-beta" />
28+
<PackageReference Include="Gapotchenko.FX.Reflection.Loader" Version="2021.2.10-beta" />
2929
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.9.0" />
3030
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3131
<PackageReference Include="ReadLine" Version="2.0.1" />
3232
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
3333
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
3434
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
35-
<!-- The following references are just quick fixes for issue #166 and issue #268
35+
<!-- The following references are just quick fixes for issue #166
3636
We need to figure out why we can't load these via the dependency context.
3737
-->
38-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
3938
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
4039
<PackageReference Include="StrongNamer" Version="0.2.5" PrivateAssets="all" />
4140
</ItemGroup>

0 commit comments

Comments
 (0)