File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Layout/redist/targets Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 9191 <!-- Don't CrossGen .NET Framework components of DotnetTools -->
9292 <RemainingFiles Remove =" $(InstallerOutputDirectory)DotnetTools\**\BuildHost-net472\**\*" />
9393
94+ <!-- Don't CrossGen assemblies injected by dotnet-watch into user apps at runtime -->
95+ <RemainingFiles Remove =" $(InstallerOutputDirectory)DotnetTools\dotnet-watch\**\Microsoft.Extensions.DotNetDeltaApplier.dll" />
96+ <RemainingFiles Remove =" $(InstallerOutputDirectory)DotnetTools\dotnet-watch\**\Microsoft.AspNetCore.Watch.BrowserRefresh.dll" />
97+
9498 <!-- Don't crossgen satellite assemblies -->
9599 <RoslynFiles Remove =" $(InstallerOutputDirectory)Roslyn\bincore\**\*.resources.dll" />
96100 <FSharpFiles Remove =" $(InstallerOutputDirectory)FSharp\**\*.resources.dll" />
You can’t perform that action at this time.
0 commit comments