Skip to content

Commit b573d8a

Browse files
committed
Set property as well
1 parent 7dfac1d commit b573d8a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<ANCM-Setup Condition="'$(ANCM-Setup)' == ''">$(MSBuildThisFileDirectory)..\</ANCM-Setup>
66
<EnableSourceLink>false</EnableSourceLink>
7+
<SpectreMitigation>Spectre</SpectreMitigation>
78
</PropertyGroup>
89

910
<PropertyGroup>

src/Installers/Windows/AspNetCoreModule-Setup/build/settings/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<PropertyGroup>
1717
<CharacterSet>Unicode</CharacterSet>
18+
<SpectreMitigation>Spectre</SpectreMitigation>
1819
</PropertyGroup>
1920

2021
<!--

src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<TargetName>aspnetcorev2</TargetName>
88
<LinkIncremental>false</LinkIncremental>
99
<OutDirName>AspNetCoreModuleShim</OutDirName>
10+
<SpectreMitigation>Spectre</SpectreMitigation>
1011
</PropertyGroup>
1112
<PropertyGroup Label="Configuration">
1213
<ConfigurationType>DynamicLibrary</ConfigurationType>

src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/InProcessRequestHandler.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{D57EA297-6DC2-4BC0-8C91-334863327863}</ProjectGuid>
55
<RootNamespace>InProcessRequestHandler</RootNamespace>
66
<ProjectName>InProcessRequestHandler</ProjectName>
7+
<SpectreMitigation>Spectre</SpectreMitigation>
78
</PropertyGroup>
89
<PropertyGroup Label="Configuration">
910
<ConfigurationType>DynamicLibrary</ConfigurationType>

src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/OutOfProcessRequestHandler.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{7F87406C-A3C8-4139-A68D-E4C344294A67}</ProjectGuid>
55
<RootNamespace>OutOfProcessRequestHandler</RootNamespace>
66
<ProjectName>OutOfProcessRequestHandler</ProjectName>
7+
<SpectreMitigation>Spectre</SpectreMitigation>
78
</PropertyGroup>
89
<PropertyGroup Label="Configuration">
910
<ConfigurationType>DynamicLibrary</ConfigurationType>

0 commit comments

Comments
 (0)