Skip to content

Commit

Permalink
feat(sf): revert to v6 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
loekd authored Feb 28, 2023
1 parent 4b0d232 commit 12979d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="7.0.1001" />
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1436" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="7.0.1001" />
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1436" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
Expand Down

0 comments on commit 12979d3

Please sign in to comment.