Skip to content

Commit d1927a0

Browse files
committed
Minor adjustments from PR review.
1 parent 2e4c5b0 commit d1927a0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Cli/dotnet/CommandFactory/CommandResolution/SingleProjectInfo.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
5-
// Licensed to the .NET Foundation under one or more agreements.
6-
// The .NET Foundation licenses this file to you under the MIT license.
7-
84
namespace Microsoft.DotNet.Cli.CommandFactory.CommandResolution;
95

106
internal class SingleProjectInfo

src/Cli/dotnet/commands/dotnet-workload/SignCheck.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Reflection;
5-
using Microsoft.DotNet.Cli.Installer.Windows.Security;
65

76
#if !DOT_NET_BUILD_FROM_SOURCE
7+
using Microsoft.DotNet.Cli.Installer.Windows.Security;
88
#endif
9+
910
using Microsoft.Win32;
1011

1112
namespace Microsoft.DotNet.Workloads.Workload;

0 commit comments

Comments
 (0)