To repro: 1. Delete ./src/tests/async/Directory.Build.targets 2. Build a test, e.g. `.\dotnet.cmd build .\src\tests\async\small\small.csproj -c Release /p:BuildAsStandalone=true` 3. Inspect the output .dll and notice that it is compiled as async1 cc @agocke @VSadov