From 7f70194fa2b3bbeaee27b62bc9c3d2d5e3c34519 Mon Sep 17 00:00:00 2001
From: darwin-msft <42794227+darwin-msft@users.noreply.github.com>
Date: Tue, 1 Jun 2021 20:32:14 -0700
Subject: update hash algorithm to sha256
update hash algorithm to sha256
---
filesys/cdfs/cdfs.vcxproj | 12 ++++++++++++
filesys/fastfat/fastfat.vcxproj | 12 ++++++++++++
2 files changed, 24 insertions(+)
diff --git a/filesys/cdfs/cdfs.vcxproj b/filesys/cdfs/cdfs.vcxproj
index fd976b4c..5e053a30 100644
--- a/filesys/cdfs/cdfs.vcxproj
+++ b/filesys/cdfs/cdfs.vcxproj
@@ -117,24 +117,36 @@
+
+ sha256
+
+
+ sha256
+
+
+ sha256
+
+
+ sha256
+
diff --git a/filesys/fastfat/fastfat.vcxproj b/filesys/fastfat/fastfat.vcxproj
index db0d9818..09c805a2 100644
--- a/filesys/fastfat/fastfat.vcxproj
+++ b/filesys/fastfat/fastfat.vcxproj
@@ -117,24 +117,36 @@
+
+ sha256
+
+
+ sha256
+
+
+ sha256
+
+
+ sha256
+
--
cgit v1.3.1