diff --git a/Directory.Packages.props b/Directory.Packages.props
index e5914c97a..6ebce4e83 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -30,7 +30,7 @@
-
+
diff --git a/doc/release_process.md b/doc/release_process.md
index 5f8b5bb1c..91c40c589 100644
--- a/doc/release_process.md
+++ b/doc/release_process.md
@@ -10,7 +10,7 @@ release that the new release depends on.
## Releasing a new version of grpc-dotnet (every 6 weeks)
- Before cutting the release branch
- - If needed, on the master branch update the `` and `` dependency versions in [dependencies.props](https://github.com/grpc/grpc-dotnet/blob/master/build/dependencies.props)
+ - If needed, on the master branch update the `Grpc.Tools` and `Grpc.Core` dependency versions in [Directory.Packages.props](https://github.com/grpc/grpc-dotnet/blob/master/Directory.Packages.props)
to the latest pre-release of `Grpc.Tools` or `Grpc.Core` (that was released as part of the grpc/grpc release process)
- Make sure that any patches/bugfixes from the last released branch have been applied to the master branch as well.