Pakete aktualisiert

Deprecaterd Vorgang-Datei aus Scan2Compress gelöscht
This commit is contained in:
dev-mkoebis
2026-06-26 10:12:37 +02:00
parent 7e3e99ad20
commit c401dae875
5 changed files with 6 additions and 294 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
@@ -30,8 +30,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="5.0.4" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.70" />
<PackageReference Include="NLog" Version="6.1.3" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.200" />
</ItemGroup>
<ItemGroup>
@@ -39,5 +39,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>