Fixup documentation for using locally built .NET to use targetingpacks
- Dominant language
- F#
- Stars
- 773
- Forks
- 301
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 15
Description
Hi, I found I cannot consume new API generated from local dotnet/runtime in MicroBenchmarks project. I tried to learn from this [doc](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md#reference) , difference between doc and my local environment is referenced assembly path.
my local ref path: artifacts\bin\ref\microsoft.netcore.app\Release\System.Console.dll

I also checked IL of that local referenced assmebly "System.Console", it contains new API: WriteHelloWorld.
My MicroBenchmarks csproj:

Solution explorer has some warning mark about this referenced assembly, but vs can build if not consume new API:

Can anyone help checking anything wrong for referencing new local dotnet runtime assembly which added new API, thanks !

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.