Skip to content

Commit

Permalink
Revert "Update Microsoft.Data.SqlClient from 5.1.4 to 5.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 9e38107.

Avoids upstream bug: dotnet/SqlClient#2423
  • Loading branch information
Christer van der Meeren committed Mar 21, 2024
1 parent 02fb245 commit 14f9ea5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Release notes
* Added `Execute` methods for getting a `SqlDataReader`. While less type safe, this makes it possible to use Facil
scripts to fetch data for legacy code that loads domain objects using `SqlDataReader` (or from related types, such
as `DataTable`).
* Updated Microsoft.Data.SqlClient from 5.1.4 to 5.2.0

### 2.7.4 (2024-01-19)

Expand Down
2 changes: 1 addition & 1 deletion src/Facil.Generator/Facil.Generator.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="FSharp.SystemTextJson" Version="1.2.42" />
<PackageReference Include="Glob" Version="1.2.0-alpha0032" />
<PackageReference Include="Legivel" Version="0.4.6" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Facil.Package/Facil.Package.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Facil.Runtime.CSharp/Facil.Runtime.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="FSharp.Core" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Facil.Runtime/Facil.Runtime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 14f9ea5

Please sign in to comment.