Skip to content

Commit

Permalink
fix: revert failed build and try to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leksyCode committed Aug 11, 2022
1 parent a00dfe0 commit 4f259c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cronus" Version="8.7.0" />
<PackageReference Include="Cronus" Version="8.1.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.10.2" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cronus" Version="8.7.0" />
<PackageReference Include="CassandraCSharpDriver" Version="3.18.0" />
<PackageReference Include="Cronus" Version="8.1.0" />
<PackageReference Include="CassandraCSharpDriver" Version="3.17.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 4f259c2

Please sign in to comment.