Skip to content

Commit e2b14fb

Browse files
committed
Cleanup
1 parent 49523ca commit e2b14fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/BuiltInTools/Watch/HotReload/IncrementalMSBuildWorkspace.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using Microsoft.CodeAnalysis.MSBuild;
1010
using Microsoft.CodeAnalysis.Text;
1111
using Microsoft.Extensions.Logging;
12-
using Windows.Win32.Security.Cryptography;
1312

1413
namespace Microsoft.DotNet.Watch;
1514

src/BuiltInTools/dotnet-watch/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"profiles": {
33
"dotnet-watch": {
44
"commandName": "Project",
5-
"commandLineArgs": "",
6-
"workingDirectory": "C:\\temp\\Razor",
5+
"commandLineArgs": "--verbose -bl",
6+
"workingDirectory": "C:\\bugs\\9756\\aspire-watch-start-issue\\Aspire.AppHost",
77
"environmentVariables": {
88
"DOTNET_WATCH_DEBUG_SDK_DIRECTORY": "$(RepoRoot)artifacts\\bin\\redist\\$(Configuration)\\dotnet\\sdk\\$(Version)",
99
"DCP_IDE_REQUEST_TIMEOUT_SECONDS": "100000",

0 commit comments

Comments
 (0)