diff --git a/scripts/mk_util.py b/scripts/mk_util.py
index 3d3996792..bd8e9d918 100644
--- a/scripts/mk_util.py
+++ b/scripts/mk_util.py
@@ -1736,6 +1736,7 @@ class DotNetDLLComponent(Component):
true
Microsoft
Microsoft
+ README.md
false
Z3 is a satisfiability modulo theories solver from Microsoft Research.
Copyright Microsoft Corporation. All rights reserved.
@@ -1745,9 +1746,10 @@ class DotNetDLLComponent(Component):
+
-""" % (version, key, self.to_src_dir)
+""" % (version, key, self.to_src_dir, self.src_dir)
mk_dir(os.path.join(BUILD_DIR, 'dotnet'))
csproj = os.path.join('dotnet', 'z3.csproj')
diff --git a/src/api/dotnet/Microsoft.Z3.csproj.in b/src/api/dotnet/Microsoft.Z3.csproj.in
index 3999e724b..ec136809d 100644
--- a/src/api/dotnet/Microsoft.Z3.csproj.in
+++ b/src/api/dotnet/Microsoft.Z3.csproj.in
@@ -17,8 +17,8 @@
Z3 is a satisfiability modulo theories solver from Microsoft Research.
.NET Interface to the Z3 Theorem Prover
- Copyright (C) 2006-2019 Microsoft Corporation
- Copyright (C) 2006-2019 Microsoft Corporation
+ Copyright (C) 2006- Microsoft Corporation
+ Copyright (C) 2006- Microsoft Corporation
Microsoft Corporation
Microsoft Corporation