bump dopt.SharpPython to v0.4.4, enable lookup of missing runtime DLL deps in root folder of Python installation

This commit is contained in:
Florian Förster 2025-06-25 16:24:56 +02:00
parent b349139440
commit 601eccfe00

View File

@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Version>0.1.3</Version>
<Version>0.1.4</Version>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dopt.SharpPython" Version="0.4.3" />
<PackageReference Include="dopt.SharpPython" Version="0.4.4" />
</ItemGroup>
</Project>