Skip to content

Commit

Permalink
Remove ref for old version of SqlClient for .NetStandard 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpa committed Feb 16, 2024
1 parent a47837c commit df32fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('strongname.props'))" />

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -52,10 +52,4 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Data.SqlClient">
<Version>2.1.2</Version>
</PackageReference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('build.props'))" />
<Import Project="$([MSBuild]::GetPathOfFileAbove('strongname.props'))" />
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0-preview5.24024.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
</ItemGroup>
</Project>

0 comments on commit df32fa2

Please sign in to comment.