Some updates to the COM lib to attempt to get it to work on .net 8. Unfinished, porting all Access functions over to vs instead

This commit is contained in:
2025-05-01 18:39:08 +01:00
parent 7465940d48
commit 8e7cd00b74
9 changed files with 147 additions and 59 deletions

View File

@@ -64,8 +64,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.4" />
</ItemGroup>
<PropertyGroup>
<AssemblyTitle>bnhtrade Scheduled Tasks</AssemblyTitle>