Update to .Net 10/SQL 2025
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user