Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/BHoMBot/Nuget/BHoM.Interop.SQL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title></title>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient" version="6.1.4" />
<dependency id="Microsoft.Data.SqlClient" version="7.0.0" />
<dependency id="Microsoft.EntityFrameworkCore" version = "3.1.32" />
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="Microsoft.CSharp" version="4.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion SQL_Adapter/SQL_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup Condition="'$(Configuration)'=='ZeroCodeTool'">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
Expand Down
Loading