From 5f1b259f80d637eb7c6aaa0b4aa8c28430670c45 Mon Sep 17 00:00:00 2001 From: Konduru Keerthi Konduru Ravichandra Raju Date: Thu, 25 Jul 2024 11:14:55 +0530 Subject: [PATCH] Security --- .../Encrypt-PowerPoint-with-password.csproj | 2 +- .../.NET/Remove-encryption/Remove-encryption.csproj | 2 +- .../.NET/Remove-write-protection/Remove-write-protection.csproj | 2 +- .../.NET/Set-write-protection/Set-write-protection.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Security/Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password/Encrypt-PowerPoint-with-password.csproj b/Security/Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password/Encrypt-PowerPoint-with-password.csproj index ba3425c7..cd1201de 100644 --- a/Security/Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password/Encrypt-PowerPoint-with-password.csproj +++ b/Security/Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password/Encrypt-PowerPoint-with-password.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Encrypt_PowerPoint_with_password enable enable diff --git a/Security/Remove-encryption/.NET/Remove-encryption/Remove-encryption.csproj b/Security/Remove-encryption/.NET/Remove-encryption/Remove-encryption.csproj index 238a8de2..cd00ffbf 100644 --- a/Security/Remove-encryption/.NET/Remove-encryption/Remove-encryption.csproj +++ b/Security/Remove-encryption/.NET/Remove-encryption/Remove-encryption.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Remove_encryption enable enable diff --git a/Security/Remove-write-protection/.NET/Remove-write-protection/Remove-write-protection.csproj b/Security/Remove-write-protection/.NET/Remove-write-protection/Remove-write-protection.csproj index bce49a13..59063e0d 100644 --- a/Security/Remove-write-protection/.NET/Remove-write-protection/Remove-write-protection.csproj +++ b/Security/Remove-write-protection/.NET/Remove-write-protection/Remove-write-protection.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Remove_write_protection enable enable diff --git a/Security/Set-write-protection/.NET/Set-write-protection/Set-write-protection.csproj b/Security/Set-write-protection/.NET/Set-write-protection/Set-write-protection.csproj index 3d7c6893..85ca3cbc 100644 --- a/Security/Set-write-protection/.NET/Set-write-protection/Set-write-protection.csproj +++ b/Security/Set-write-protection/.NET/Set-write-protection/Set-write-protection.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Set_write_protection enable enable