Update to .Net 10/SQL 2025

This commit is contained in:
Jon
2026-04-21 16:35:57 -05:00
parent 46735bddd3
commit a9379d308e
50 changed files with 2069 additions and 2179 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<ProjectType>Local</ProjectType>
<ApplicationIcon>ORGANLIT.ICO</ApplicationIcon>
<AssemblyKeyContainerName></AssemblyKeyContainerName>
@@ -74,8 +74,7 @@
<Folder Include="bin\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
</ItemGroup>
<PropertyGroup />
</Project>