- Offline restore is broken in SDK 2.1.301
- "dotnet build" cannot use "--no-restore" if the app is self-contained and the SDK contains a patched runtime
- Add DotNetCore PackageSource
- Replace PackageSource.NuGetOrg with PackageSource.DotNetCore (as needed)
- Remove version number from a few files included in self-contained deployments
- Add "*.csproj.Complete" (Reaction to https://github.com/aspnet/Razor/pull/2316)
- Select filename to execute based on RuntimeIdentifier
- Include server log in error message if Run or Exec http requests fail
- Angular: Normalize hash in main.[HASH].bundle.js
- React: Disable parallelism to avoid exceeding default fs.inotify.max_user_watches limit