Skip to content

Commit 4478948

Browse files
committed
update packages
1 parent 5501693 commit 4478948

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sample/Tracker/Tracker.Database/Tracker.Database.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="dbup-sqlserver" Version="5.0.40" />
18+
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
2121
</ItemGroup>

src/EntityFrameworkCore.Generator.Core/EntityFrameworkCore.Generator.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
2020
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.23.50" />
2121
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
22-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
22+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
2323
</ItemGroup>
2424

2525
</Project>

test/EntityFrameworkCore.Generator.Core.Tests/EntityFrameworkCore.Generator.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="dbup-sqlserver" Version="5.0.40" />
26+
<PackageReference Include="dbup-sqlserver" Version="5.0.41" />
2727
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />

0 commit comments

Comments
 (0)