Fix the package id for Microsoft.AspNetCore.BenchmarkRunner.Sources

\n\nCommit migrated from d0aa5c1701
This commit is contained in:
Nate McMaster 2018-10-30 16:32:28 -07:00
parent af034a9c5e
commit 5460fd093e
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
<PropertyGroup>
<PackageId>Microsoft.Extensions.$(ProjectDirName).Sources</PackageId>
<PackageId>Microsoft.AspNetCore.BenchmarkRunner.Sources</PackageId>
</PropertyGroup>
</Project>