Skip to content

Commit

Permalink
Update generator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Nov 20, 2023
1 parent 65699dd commit 1ea8c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes

* Now automatically ignores `GENERATE ALWAYS` columns in insert/update/merge table scripts (e.g. in temporal tables)
* Updated Microsoft.Data.SqlClient from 5.1.1 to 5.1.2
* Updated generator dependencies

### 2.7.1 (2023-08-08)

Expand Down
10 changes: 5 additions & 5 deletions src/Facil.Generator/Facil.Generator.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<PackageReference Include="Glob" Version="1.2.0-alpha0032" />
<PackageReference Include="Legivel" Version="0.4.6" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8905.0" />
<PackageReference Update="FSharp.Core" Version="7.0.400" />
<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.0" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8910.0" />
<PackageReference Update="FSharp.Core" Version="8.0.100" />
</ItemGroup>

</Project>

0 comments on commit 1ea8c68

Please sign in to comment.