diff --git a/SOA Tutorials/Batch Mode/PrimeFactorizationService/App.config b/SOA Tutorials/Batch Mode/PrimeFactorizationService/App.config
index 4988bdb..32be8d1 100644
--- a/SOA Tutorials/Batch Mode/PrimeFactorizationService/App.config
+++ b/SOA Tutorials/Batch Mode/PrimeFactorizationService/App.config
@@ -37,4 +37,4 @@
-
+
diff --git a/SOA Tutorials/Batch Mode/PrimeFactorizationService/PrimeFactorizationService.csproj b/SOA Tutorials/Batch Mode/PrimeFactorizationService/PrimeFactorizationService.csproj
index ea9640d..3f867ca 100644
--- a/SOA Tutorials/Batch Mode/PrimeFactorizationService/PrimeFactorizationService.csproj
+++ b/SOA Tutorials/Batch Mode/PrimeFactorizationService/PrimeFactorizationService.csproj
@@ -1,5 +1,5 @@
-
+
Debug
AnyCPU
@@ -12,7 +12,7 @@
PrimeFactorizationService
{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
/client:"WcfTestClient.exe"
- v4.5
+ v4.8
@@ -56,12 +56,89 @@
false
+
+ ..\packages\Microsoft.Azure.KeyVault.Core.3.0.5\lib\net461\Microsoft.Azure.KeyVault.Core.dll
+
+
+ ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
+
+
+ ..\packages\Microsoft.Bcl.TimeProvider.9.0.0\lib\net462\Microsoft.Bcl.TimeProvider.dll
+
+
+ ..\packages\Microsoft.Data.Edm.5.8.5\lib\net40\Microsoft.Data.Edm.dll
+
+
+ ..\packages\Microsoft.Data.OData.5.8.5\lib\net40\Microsoft.Data.OData.dll
+
+
+ ..\packages\Microsoft.IdentityModel.Abstractions.8.2.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll
+
+
+ ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.2.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll
+
+
+ ..\packages\Microsoft.IdentityModel.Logging.8.2.0\lib\net472\Microsoft.IdentityModel.Logging.dll
+
+
+ ..\packages\Microsoft.IdentityModel.Tokens.8.2.0\lib\net472\Microsoft.IdentityModel.Tokens.dll
+
+
+ ..\packages\Microsoft.Rest.ClientRuntime.2.3.24\lib\net461\Microsoft.Rest.ClientRuntime.dll
+
+
+ ..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.19\lib\net461\Microsoft.Rest.ClientRuntime.Azure.dll
+
+
+ ..\packages\WindowsAzure.Storage.9.3.3\lib\net45\Microsoft.WindowsAzure.Storage.dll
+
+
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
+
+
+ ..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll
+
+
+ ..\packages\System.IdentityModel.Tokens.Jwt.8.2.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll
+
+
+ ..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll
+
+
+ ..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll
+
+
+
+
+
+
+ ..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll
+
+
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
+
+
+ ..\packages\System.Spatial.5.8.5\lib\net40\System.Spatial.dll
+
+
+ ..\packages\System.Text.Encodings.Web.9.0.0\lib\net462\System.Text.Encodings.Web.dll
+
+
+ ..\packages\System.Text.Json.9.0.0\lib\net462\System.Text.Json.dll
+
+
+ ..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll
+
+
+ ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
+
@@ -74,6 +151,7 @@
Designer
+
diff --git a/SOA Tutorials/Batch Mode/PrimeFactorizationService/packages.config b/SOA Tutorials/Batch Mode/PrimeFactorizationService/packages.config
new file mode 100644
index 0000000..a6b3209
--- /dev/null
+++ b/SOA Tutorials/Batch Mode/PrimeFactorizationService/packages.config
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SOA Tutorials/Batch Mode/README.md b/SOA Tutorials/Batch Mode/README.md
index ce024c2..7ed0744 100644
--- a/SOA Tutorials/Batch Mode/README.md
+++ b/SOA Tutorials/Batch Mode/README.md
@@ -1,4 +1,4 @@
-# HPC Pack 2016 SOA Tutorial: Batch Mode
+# HPC Pack 2019 SOA Tutorial: Batch Mode
## Introduction
@@ -9,12 +9,12 @@ This sample builds a batch mode service-oriented architecture (SOA) service (Pri
Prerequisites:
- Client computer
- - Windows 8 or later
+ - Windows 10 or later
- Visual Studio 2017 or later
- Microsoft HPC cluster
- - Head node running Windows Server 2016
- - [Microsoft HPC Pack 2016 Update 1](https://www.microsoft.com/en-us/download/details.aspx?id=56360) or later
+ - Head node running Windows Server 2016 or later
+ - [Microsoft HPC Pack 2019 Update 1](https://www.microsoft.com/en-us/download/details.aspx?id=56360) or later
## Steps
diff --git a/SOA Tutorials/Batch Mode/RequestSender/RequestSender.csproj b/SOA Tutorials/Batch Mode/RequestSender/RequestSender.csproj
index a23895c..09282c5 100644
--- a/SOA Tutorials/Batch Mode/RequestSender/RequestSender.csproj
+++ b/SOA Tutorials/Batch Mode/RequestSender/RequestSender.csproj
@@ -1,5 +1,5 @@
-
+
Debug
x86
@@ -10,11 +10,11 @@
Properties
RequestSender
RequestSender
- v4.5
+ v4.8
512
- PackageReference
+ PackageReference
x86
@@ -112,8 +112,29 @@
+
+ 3.0.5
+
+
+ 5.8.5
+
- 5.1.6124
+ 6.2.7756
+
+
+ 2.3.24
+
+
+ 3.3.19
+
+
+ 13.0.3
+
+
+ 8.2.0
+
+
+ 9.3.3
diff --git a/SOA Tutorials/Batch Mode/RequestSender/app.config b/SOA Tutorials/Batch Mode/RequestSender/app.config
index 6c6c462..85e9a70 100644
--- a/SOA Tutorials/Batch Mode/RequestSender/app.config
+++ b/SOA Tutorials/Batch Mode/RequestSender/app.config
@@ -1,6 +1,6 @@
-
+
diff --git a/SOA Tutorials/Batch Mode/ResponseReceiver/ResponseReceiver.csproj b/SOA Tutorials/Batch Mode/ResponseReceiver/ResponseReceiver.csproj
index 53d0bd4..93c21d1 100644
--- a/SOA Tutorials/Batch Mode/ResponseReceiver/ResponseReceiver.csproj
+++ b/SOA Tutorials/Batch Mode/ResponseReceiver/ResponseReceiver.csproj
@@ -1,5 +1,5 @@
-
+
Debug
x86
@@ -10,11 +10,11 @@
Properties
ResponseReceiver
ResponseReceiver
- v4.5
+ v4.8
512
- PackageReference
+ PackageReference
x86
@@ -112,8 +112,29 @@
+
+ 3.0.5
+
+
+ 5.8.5
+
- 5.1.6124
+ 6.2.7756
+
+
+ 2.3.24
+
+
+ 3.3.19
+
+
+ 13.0.3
+
+
+ 8.2.0
+
+
+ 9.3.3
diff --git a/SOA Tutorials/Batch Mode/ResponseReceiver/app.config b/SOA Tutorials/Batch Mode/ResponseReceiver/app.config
index 6c6c462..85e9a70 100644
--- a/SOA Tutorials/Batch Mode/ResponseReceiver/app.config
+++ b/SOA Tutorials/Batch Mode/ResponseReceiver/app.config
@@ -1,6 +1,6 @@
-
+