File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
Installers/Windows/AspNetCoreModule-Setup
Servers/IIS/AspNetCoreModuleV2/AspNetCore Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 16
16
"requiredWorkloads" : [
17
17
" Microsoft.VisualStudio.Component.VC.ATL" ,
18
18
" Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ,
19
- " Microsoft.VisualStudio.Component.VC.v141.ATL" ,
20
- " Microsoft.VisualStudio.Component.VC.v141.x86.x64" ,
21
19
" Microsoft.VisualStudio.Component.Windows10SDK.17134"
22
20
]
23
21
}
Original file line number Diff line number Diff line change 42
42
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43
43
<PropertyGroup >
44
44
<ConfigurationType >DynamicLibrary</ConfigurationType >
45
- <PlatformToolset >v141 </PlatformToolset >
45
+ <PlatformToolset >v142 </PlatformToolset >
46
46
<CharacterSet >Unicode</CharacterSet >
47
47
</PropertyGroup >
48
48
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
Original file line number Diff line number Diff line change 31
31
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32
32
<PropertyGroup >
33
33
<ConfigurationType >StaticLibrary</ConfigurationType >
34
- <PlatformToolset >v141 </PlatformToolset >
34
+ <PlatformToolset >v142 </PlatformToolset >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
37
37
<WholeProgramOptimization >false</WholeProgramOptimization >
Original file line number Diff line number Diff line change 47
47
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
48
48
<PropertyGroup >
49
49
<ConfigurationType >StaticLibrary</ConfigurationType >
50
- <PlatformToolset >v141 </PlatformToolset >
50
+ <PlatformToolset >v142 </PlatformToolset >
51
51
</PropertyGroup >
52
52
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
53
53
<WholeProgramOptimization >true</WholeProgramOptimization >
Original file line number Diff line number Diff line change 74
74
<PropertyGroup >
75
75
<ConfigurationType >StaticLibrary</ConfigurationType >
76
76
<CharacterSet >Unicode</CharacterSet >
77
- <PlatformToolset >v141 </PlatformToolset >
77
+ <PlatformToolset >v142 </PlatformToolset >
78
78
</PropertyGroup >
79
79
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
80
80
<PropertyGroup Label =" Configuration" >
Original file line number Diff line number Diff line change 308
308
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
309
309
<ImportGroup Label =" ExtensionTargets" >
310
310
</ImportGroup >
311
+ <Target Name =" AfterBuild" >
312
+ <!-- Drop a file in the artifacts directory containing the ANCM version number -->
313
+ <ItemGroup >
314
+ <VersionFileContents Include =" $(AspNetCoreModuleVersionMajor).$(AspNetCoreMinorVersion).$(AssemblyBuild).$(AspNetCorePatchVersion)" />
315
+ <VersionFileContents Include =" $(SourceRevisionId)" />
316
+ </ItemGroup >
317
+ <WriteLinesToFile File =" $(InstallersOutputPath)aspnetcoremodule.version" Lines =" @(VersionFileContents)" OverWrite =" true" WriteOnlyWhenDifferent =" True" />
318
+ </Target >
311
319
</Project >
You can’t perform that action at this time.
0 commit comments