Skip to content

Commit ea89d4b

Browse files
committed
More comment, spelling
1 parent 30702e7 commit ea89d4b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ wto
611611
wwinmain
612612
WZDNCRFJ
613613
xcopy
614+
Xes
614615
XFile
615616
XManifest
616617
XMUGIWARAMODULE

src/Microsoft.Management.Configuration.Projection/Microsoft.Management.Configuration.Projection.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1313
-->
1414
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
15-
<!-- Disables the AssemblyInfo generation override in the internal build. -->
16-
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
1715
</PropertyGroup>
1816

1917
<PropertyGroup>
@@ -22,6 +20,12 @@
2220
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
2321
<!-- Ensure Support for Windows 10, Version 1809 -->
2422
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
23+
<!--
24+
Disables the AssemblyInfo generation override in the internal build.
25+
Without this, values like TargetPlatformMinVersion are not placed into the assembly attributes
26+
and .NET static analysis tools will assume that this assembly requires the OS version in our TargetFramework.
27+
-->
28+
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
2529
</PropertyGroup>
2630

2731
<PropertyGroup>

src/Microsoft.Management.Deployment.CsWinRTProjection/Microsoft.Management.Deployment.CsWinRTProjection.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1515
-->
1616
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
17-
<!-- Disables the AssemblyInfo generation override in the internal build. -->
18-
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
1917
</PropertyGroup>
2018

2119
<PropertyGroup>
@@ -24,6 +22,12 @@
2422
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
2523
<!-- Ensure Support for Windows 10, Version 1809 -->
2624
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
25+
<!--
26+
Disables the AssemblyInfo generation override in the internal build.
27+
Without this, values like TargetPlatformMinVersion are not placed into the assembly attributes
28+
and .NET static analysis tools will assume that this assembly requires the OS version in our TargetFramework.
29+
-->
30+
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
2731
</PropertyGroup>
2832

2933
<PropertyGroup>

0 commit comments

Comments
 (0)