diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt
index 7dba473dbb..9db63a4307 100644
--- a/.github/actions/spelling/expect.txt
+++ b/.github/actions/spelling/expect.txt
@@ -124,6 +124,7 @@ DCPPREST
debian
decompressor
dedupe
+defaultlib
DEFT
deigh
deleteifnotneeded
@@ -228,6 +229,7 @@ Howto
hre
hresults
hwnd
+hybridcrt
Hyperlink
IARP
IAttachment
@@ -568,6 +570,7 @@ UCase
ucasemap
UChars
ucnv
+ucrt
udwgp
uec
ULONGLONG
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 9294a4ed05..ec7737aa4f 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -28,6 +28,17 @@
true
+
+
+
+ %(IgnoreSpecificDefaultLibraries);libucrt.lib
+ %(AdditionalOptions) /defaultlib:ucrt.lib
+
+