Skip to content

Commit

Permalink
Merge pull request #51 from OHDSI/dependabot/nuget/sources/Presentati…
Browse files Browse the repository at this point in the history
…on/org.ohdsi.cdm.presentation.buildingmanager2/System.Data.SqlClient-4.8.6

Bump System.Data.SqlClient from 4.6.0 to 4.8.6 in /sources/Presentation/org.ohdsi.cdm.presentation.buildingmanager2
  • Loading branch information
bradanton authored Jan 31, 2024
2 parents 218c09c + 6d77438 commit d943bc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Parquet.Net" Version="3.3.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="System.Data.Odbc" Version="4.5.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\org.ohdsi.cdm.framework.common2\org.ohdsi.cdm.framework.common2.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
<RootNamespace>org.ohdsi.cdm.presentation.buildingmanager2</RootNamespace>
<AssemblyName>org.ohdsi.cdm.presentation.buildingmanager2</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile></TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>..\..\build\Publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand Down Expand Up @@ -146,8 +148,9 @@
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.SqlClient, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Data.SqlClient.4.6.0\lib\net461\System.Data.SqlClient.dll</HintPath>
<Reference Include="System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\..\packages\System.Data.SqlClient.4.8.6\lib\net461\System.Data.SqlClient.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="System.Buffers" version="4.5.0" targetFramework="net472" />
<package id="System.Configuration.ConfigurationManager" version="4.5.0" targetFramework="net472" />
<package id="System.Data.Odbc" version="4.5.0" targetFramework="net472" />
<package id="System.Data.SqlClient" version="4.6.0" targetFramework="net472" />
<package id="System.Data.SqlClient" version="4.8.6" targetFramework="net472" />
<package id="System.Memory" version="4.5.2" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
<package id="System.Reflection.Emit.Lightweight" version="4.3.0" targetFramework="net472" />
Expand Down

0 comments on commit d943bc4

Please sign in to comment.