Skip to content

Commit 68c5645

Browse files
committed
Fixed library lookup issues with loading of unmanaged DLLs.
1 parent 11a3aa3 commit 68c5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Gapotchenko.FX" Version="2021.1.5" />
28-
<PackageReference Include="Gapotchenko.FX.Reflection.Loader" Version="2021.2.7-beta" />
28+
<PackageReference Include="Gapotchenko.FX.Reflection.Loader" Version="2021.2.8-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" />

0 commit comments

Comments
 (0)