Skip to content

Commit 0aeda3d

Browse files
dependabot[bot]loekd
authored andcommitted
Bump Microsoft.ServiceFabric.Actors from 6.1.1583 to 6.1.1653
Bumps Microsoft.ServiceFabric.Actors from 6.1.1583 to 6.1.1653. --- updated-dependencies: - dependency-name: Microsoft.ServiceFabric.Actors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb82082 commit 0aeda3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>ServiceFabric.Mocks contains many mocks and helper classes to facilitate and simplify unit testing of your Service Fabric Actor and Service projects.</Description>
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1583" />
41+
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1653" />
4242
</ItemGroup>
4343

4444
</Project>

test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>ServiceFabric.Mocks contains Mock classes to enable unit testing of Actors and Services</Description>
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1583" />
39+
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="6.1.1653" />
4040
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
4141
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
4242
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />

0 commit comments

Comments
 (0)