Skip to content

Commit fb3a03f

Browse files
authored
Updated DbUp and dependencies (#12)
+semver:minor
1 parent c0e3384 commit fb3a03f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<ItemGroup>
1212
<ProjectReference Include="..\dbup-firebird\dbup-firebird.csproj"/>
13-
<PackageReference Include="DbUp.Tests.Common" Version="6.0.15" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
13+
<PackageReference Include="DbUp.Tests.Common" Version="6.1.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1717
<PrivateAssets>all</PrivateAssets>

src/dbup-firebird/dbup-firebird.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="dbup-core" Version="6.0.15" />
29-
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="10.3.2" />
28+
<PackageReference Include="dbup-core" Version="6.1.1" />
29+
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="10.3.4" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)