From 5460fd093ebfc95db12656c5f389de09e0572b2e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 30 Oct 2018 16:32:28 -0700 Subject: [PATCH] Fix the package id for Microsoft.AspNetCore.BenchmarkRunner.Sources \n\nCommit migrated from https://github.com/dotnet/extensions/commit/d0aa5c17017254eeba987f283f401a724e88a56f --- src/Shared/BenchmarkRunner/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/BenchmarkRunner/Directory.Build.props b/src/Shared/BenchmarkRunner/Directory.Build.props index 34cf593291..d2f65e8d3d 100644 --- a/src/Shared/BenchmarkRunner/Directory.Build.props +++ b/src/Shared/BenchmarkRunner/Directory.Build.props @@ -3,6 +3,6 @@ - Microsoft.Extensions.$(ProjectDirName).Sources + Microsoft.AspNetCore.BenchmarkRunner.Sources