Skip to content

Commit 85d7113

Browse files
committed
Fix a typo in a comment
1 parent 8e978c8 commit 85d7113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Copyright (c) .NET Foundation. All rights reserved.
264264
FormatArguments="$(NETCoreSdkVersion)" />
265265

266266
<!-- Warn if $(NuGetPackageRoot) is empty. See https://github.com/dotnet/sdk/issues/43016.
267-
WPF temp projects are ignored (its known their NuGetPackageRoot is empty and user cannot fix that anyway). -->
267+
WPF temp projects are ignored (it's known their NuGetPackageRoot is empty and user cannot fix that anyway). -->
268268
<NETSdkWarning ResourceName="MicrosoftNetSdkCompilersToolsetRootEmpty"
269269
Condition="'$(_MicrosoftNetSdkCompilersToolsetPackageRootEmpty)' == 'true' and !($(MSBuildProjectFile.EndsWith('_wpftmp.csproj')) or $(MSBuildProjectFile.EndsWith('_wpftmp.vbproj')))" />
270270
</Target>

0 commit comments

Comments
 (0)