From 03b52bedc2eb07499f808f9e4aabc5219156fb94 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:38:04 -0700 Subject: [PATCH 1/8] Create Directory.Packages.props --- Directory.Packages.props | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..0854b7f --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,18 @@ + + + + + true + + + + + + + + + + + + + From cfdda3dc01ce14e77be3a02fce893e2617a5e0bc Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:39:16 -0700 Subject: [PATCH 2/8] Update ServiceFabric.Mocks.NetCoreTests.csproj --- .../ServiceFabric.Mocks.NetCoreTests.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj b/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj index 636bba0..4d989d8 100644 --- a/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj +++ b/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj @@ -36,10 +36,10 @@ - - - - + + + + From 21e6e8e1cfb4545cbcfed8761e5df15c2b36fb3f Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:39:29 -0700 Subject: [PATCH 3/8] Update ServiceFabric.Mocks.csproj --- src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj b/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj index 3bd33b9..81ac989 100644 --- a/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj +++ b/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj @@ -38,7 +38,7 @@ - + From 9e7ffefc1118366dfdf9d5239181352fd85e5d95 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:40:06 -0700 Subject: [PATCH 4/8] Update Directory.Packages.props --- Directory.Packages.props | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0854b7f..580e349 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,18 +1,17 @@ - true - + - - - - + + + + From 654b69b19667e656b629b2518e1b71e24a9aa933 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:42:10 -0700 Subject: [PATCH 5/8] Update Directory.Packages.props --- Directory.Packages.props | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 580e349..a7c5388 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,17 +1,20 @@ + true + - + + - + From 325d0f9c46666d49bac555acad398f2b67c82d11 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:43:05 -0700 Subject: [PATCH 6/8] Update ServiceFabric.Mocks.NetCoreTests.csproj --- .../ServiceFabric.Mocks.NetCoreTests.csproj | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj b/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj index 6c1c4f8..1d496a2 100644 --- a/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj +++ b/test/ServiceFabric.Mocks.NetCoreTests/ServiceFabric.Mocks.NetCoreTests.csproj @@ -2,7 +2,7 @@ ServiceFabric.Mocks contains Mock classes to enable unit testing of Actors and Services - 2022 + 2024 ServiceFabric.Mocks.NetCoreTests 1.0.0 Loek Duys @@ -25,13 +25,6 @@ Exe Library - - - - x64 - - - x64 @@ -46,4 +39,4 @@ - \ No newline at end of file + From 09945e7fe532885b1ebef98d5d096a6c9f38cc5a Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:43:27 -0700 Subject: [PATCH 7/8] Update ServiceFabric.Mocks.csproj --- src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj b/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj index a267359..031e813 100644 --- a/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj +++ b/src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj @@ -2,7 +2,7 @@ ServiceFabric.Mocks contains many mocks and helper classes to facilitate and simplify unit testing of your Service Fabric Actor and Service projects. - 2022 + 2024 ServiceFabric.Mocks 7.1.0 Loek Duys @@ -41,4 +41,4 @@ - \ No newline at end of file + From 5341545f38fc0e12c1c53e4af50218179b0dba09 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 24 Oct 2024 14:51:59 -0700 Subject: [PATCH 8/8] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da55ce4..31a4d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x # Install SF SDK - name: Install SF