Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/nuget/Microsoft.NET.Test.Sdk-16.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Sep 9, 2021
2 parents 160ab45 + cca498f commit 278f2c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.9" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.4" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.6" />
<PackageReference Include="System.Data.SQLite" Version="1.0.115" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Remoting" />
Expand Down
2 changes: 1 addition & 1 deletion src/Akka.Quartz.Actor.Tests/Akka.Quartz.Actor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.25" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ upgraded to Quartz.NET 3.3.2</PackageReleaseNotes>
</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.4.20</AkkaVersion>
<AkkaVersion>1.4.25</AkkaVersion>
<QuartzVersion>3.3.3</QuartzVersion>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.11.0</TestSdkVersion>
Expand Down

0 comments on commit 278f2c0

Please sign in to comment.