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 400ad03c57

View File

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