File tree Expand file tree Collapse file tree 6 files changed +285
-286
lines changed Expand file tree Collapse file tree 6 files changed +285
-286
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2727 "jdk" : " latest"
2828 },
2929 "msbuild-sdks" : {
30- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25468.104 " ,
31- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25468.104 " ,
32- "Microsoft.DotNet.SharedFramework.Sdk" : " 10.0.0-beta.25468.104 " ,
30+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25473.111 " ,
31+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25473.111 " ,
32+ "Microsoft.DotNet.SharedFramework.Sdk" : " 10.0.0-beta.25473.111 " ,
3333 "Microsoft.Build.NoTargets" : " 3.7.0" ,
3434 "Microsoft.Build.Traversal" : " 3.4.0" ,
3535 "Microsoft.WixToolset.Sdk" : " 5.0.2-dotnet.2737382"
Original file line number Diff line number Diff line change 22<Project >
33 <Import Project =" Sdk.props" Sdk =" Microsoft.WixToolset.Sdk" />
44 <PropertyGroup >
5- <Name >AspNetCoreModuleV2IISExpress</Name >
65 <IsShipping >true</IsShipping >
76 <ProjectGuid >17c76489-4c09-4e14-b81c-7a86cd937144</ProjectGuid >
87 <OutputType >Package</OutputType >
9- <OutputName >$(Name)_$(Platform )</OutputName >
8+ <OutputName >ancm_iis_express_$(Platform)_en_v2_$(_ProductVersionForInstallers )</OutputName >
109 <SuppressIces >ICE03</SuppressIces >
1110 <DisableGuidGeneration >true</DisableGuidGeneration >
1211 <SchemaVersion >2.0</SchemaVersion >
6463 <Import Project =" ..\build\settings.props" />
6564
6665 <PropertyGroup >
67- <PackageFileName >ancm_iis_express_$(Platform)_en_v2_$(PackageVersion )$(TargetExt)</PackageFileName >
66+ <PackageFileName >$(OutputName )$(TargetExt)</PackageFileName >
6867 <ProductNameShort >ASP.NET Core Module IIS Express V2</ProductNameShort >
6968 </PropertyGroup >
7069
Original file line number Diff line number Diff line change 22<Project >
33 <Import Project =" Sdk.props" Sdk =" Microsoft.WixToolset.Sdk" />
44 <PropertyGroup >
5- <Name >AspNetCoreModuleV2</Name >
65 <IsShipping >true</IsShipping >
76 <ProjectGuid >f9bacb48-3bd7-4ec2-ae31-664e8703ec12</ProjectGuid >
87 <OutputType >Package</OutputType >
9- <OutputName >$(Name)_$(Platform )</OutputName >
8+ <OutputName >aspnetcoremodule_$(Platform)_en_v2_$(_ProductVersionForInstallers )</OutputName >
109 <GenerateRandomNamespaceGuid >true</GenerateRandomNamespaceGuid >
1110 <SchemaVersion >2.0</SchemaVersion >
1211 <DisableGuidGeneration >true</DisableGuidGeneration >
4948 <Import Project =" ..\build\settings.props" />
5049
5150 <PropertyGroup >
52- <PackageFileName >aspnetcoremodule_$(Platform)_en_v2_$(PackageVersion )$(TargetExt)</PackageFileName >
51+ <PackageFileName >$(OutputName )$(TargetExt)</PackageFileName >
5352 <ProductNameShort >ASP.NET Core Module V2</ProductNameShort >
5453 </PropertyGroup >
5554
Original file line number Diff line number Diff line change 129129 PdbFile =" $(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetPdbFileName)"
130130 PdbType =" $(DebugType)"
131131 SourceFiles =" @(Compile)"
132+ SuppressSpecificWarnings =" $(SuppressSpecificWarnings)"
132133 LocalizationFiles =" @(_WixLocalizationFile)"
133134 BindPaths =" @(BindPath)"
134135 WixpackWorkingDir =" $(WixpackWorkingDir)" >
You can’t perform that action at this time.
0 commit comments