Skip to content

Commit

Permalink
Update Microsoft.Data.SqlClient from 5.2.1 to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Oct 14, 2024
1 parent c823196 commit 03423ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release notes

### Unreleased

* Updated Microsoft.Data.SqlClient from 5.2.1 to 5.2.2
* Updated generator dependency Microsoft.SqlServer.TransactSql.ScriptDom from 161.9123.0 to 161.9142.1
* Updated generator dependency FSharp.Core from 8.0.301 to 8.0.401

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.3.13" />
<PackageReference Include="Glob" Version="1.2.0-alpha0032" />
<PackageReference Include="Legivel" Version="0.4.6" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
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.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<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.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<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.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 03423ad

Please sign in to comment.