diff --git a/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj b/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj
index dfb41c23f..55e53d2b1 100644
--- a/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj
+++ b/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj
@@ -7,14 +7,19 @@
true
-
-
-
-
-
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
-
-
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/csharp/AppEncryption/AppEncryption.IntegrationTests/SecureMemory/Multithreaded/MultiThreadedSecretTest.cs b/csharp/AppEncryption/AppEncryption.IntegrationTests/SecureMemory/Multithreaded/MultiThreadedSecretTest.cs
index b615f6fba..b897bfac9 100644
--- a/csharp/AppEncryption/AppEncryption.IntegrationTests/SecureMemory/Multithreaded/MultiThreadedSecretTest.cs
+++ b/csharp/AppEncryption/AppEncryption.IntegrationTests/SecureMemory/Multithreaded/MultiThreadedSecretTest.cs
@@ -25,7 +25,7 @@ public MultiThreadedSecretTest()
[Fact]
private void MultiThreadedWithSecretBytesAccess()
{
- ISecretFactory secretFactory = new ProtectedMemorySecretFactory();
+ ISecretFactory secretFactory = new ProtectedMemorySecretFactory(null);
Secret secret = secretFactory.CreateSecret(payload.Clone() as byte[]);
// Get the current settings and try to force minWorkers
diff --git a/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj b/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj
index 1c9b60723..eb25a3bf5 100644
--- a/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj
+++ b/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj
@@ -7,16 +7,22 @@
true
-
-
-
-
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
-
+
-
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/csharp/AppEncryption/AppEncryption/AppEncryption.csproj b/csharp/AppEncryption/AppEncryption/AppEncryption.csproj
index b6384ea45..2f1b01b2d 100644
--- a/csharp/AppEncryption/AppEncryption/AppEncryption.csproj
+++ b/csharp/AppEncryption/AppEncryption/AppEncryption.csproj
@@ -21,21 +21,16 @@
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
diff --git a/csharp/AppEncryption/Crypto/Crypto.csproj b/csharp/AppEncryption/Crypto/Crypto.csproj
index e52b28c64..b674dc29a 100644
--- a/csharp/AppEncryption/Crypto/Crypto.csproj
+++ b/csharp/AppEncryption/Crypto/Crypto.csproj
@@ -13,9 +13,9 @@
7.2
-
+
-
+
diff --git a/csharp/AppEncryption/Directory.Build.props b/csharp/AppEncryption/Directory.Build.props
index 15aebe438..736b4a591 100644
--- a/csharp/AppEncryption/Directory.Build.props
+++ b/csharp/AppEncryption/Directory.Build.props
@@ -1,5 +1,5 @@
- 0.2.0
+ 0.2.1
diff --git a/csharp/AppEncryption/README.md b/csharp/AppEncryption/README.md
index 089b3f8e8..cae84faf3 100644
--- a/csharp/AppEncryption/README.md
+++ b/csharp/AppEncryption/README.md
@@ -23,7 +23,7 @@ You can get the latest release from [Nuget](https://www.nuget.org/packages/GoDad
```xml
-
+
```
diff --git a/csharp/SecureMemory/README.md b/csharp/SecureMemory/README.md
index 2b1c7e0ea..eec5812fa 100644
--- a/csharp/SecureMemory/README.md
+++ b/csharp/SecureMemory/README.md
@@ -15,7 +15,7 @@ This class provides a way for applications to keep secret information (like cryp
You can get the latest release from [Nuget](https://www.nuget.org/packages/GoDaddy.Asherah.SecureMemory/):
```xml
-
+
```