Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedmachinator committed Nov 20, 2024
1 parent 6254af3 commit d99ac7a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FizzCode.LightWeight.AdoNet.DbConnection" Version="8.0.40" />
<PackageReference Include="FizzCode.LightWeight.AdoNet.DbConnection" Version="8.0.43" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion EtLast.AdoNet.PostgreSql/EtLast.AdoNet.PostgreSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion EtLast.AdoNet/EtLast.AdoNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FizzCode.LightWeight.AdoNet.DbConnection" Version="8.0.40" />
<PackageReference Include="FizzCode.LightWeight.AdoNet.DbConnection" Version="8.0.43" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion EtLast/EtLast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FizzCode.LightWeight" Version="8.0.40" />
<PackageReference Include="FizzCode.LightWeight" Version="8.0.43" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public sealed class WriteToStructuredBinaryTableMutator : AbstractMutator, IRowS
[ProcessParameterMustHaveValue] public required Func<Dictionary<string, Type>> DynamicColumns { get; init; }

/// <summary>
/// Default value is 10000
/// Default value is 10 MB.
/// </summary>
public int BufferSizeBytes { get; init; } = 1024 * 1024 * 10;

Expand Down
8 changes: 4 additions & 4 deletions Samples/Sample.Etl.Host/Sample.Etl.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FizzCode.EtLast.CommandService" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.Diagnostics.HttpSender" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.EPPlus" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.LocalFiles" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.CommandService" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.Diagnostics.HttpSender" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.EPPlus" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.LocalFiles" Version="9.0.209" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
12 changes: 6 additions & 6 deletions Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FizzCode.EtLast" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.AdoNet" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.AdoNet.MsSql" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.EPPlus" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.Hosting" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast.LocalFiles" Version="9.0.205" />
<PackageReference Include="FizzCode.EtLast" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.AdoNet" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.AdoNet.MsSql" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.EPPlus" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.Hosting" Version="9.0.209" />
<PackageReference Include="FizzCode.EtLast.LocalFiles" Version="9.0.209" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
Expand Down
2 changes: 1 addition & 1 deletion Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
Expand Down

0 comments on commit d99ac7a

Please sign in to comment.