Atualização de bibliotecas

This commit is contained in:
Adriano Serighelli 2025-09-18 13:50:48 -03:00
parent bab1031833
commit 5f137b8fae

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework> <TargetFramework>net9.0-windows7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
@ -34,10 +34,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Databasic" Version="1.2.7" /> <PackageReference Include="Npgsql" Version="9.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="System.Data.OleDb" Version="9.0.9" />
<PackageReference Include="Npgsql" Version="6.0.4" />
<PackageReference Include="System.Data.OleDb" Version="6.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>