From 69fca9234b07906b919a554a445a826af2f4d6cd Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 23 Jun 2020 22:35:40 +0200 Subject: [PATCH] Fix solution restore in libraries (#38294) Fixes https://github.com/dotnet/runtime/issues/37358 --- Directory.Solution.props | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Directory.Solution.props diff --git a/Directory.Solution.props b/Directory.Solution.props new file mode 100644 index 00000000000000..ebd67c8bde0388 --- /dev/null +++ b/Directory.Solution.props @@ -0,0 +1,6 @@ + + + + true + +