File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
76
76
<!-- Registration -->
77
77
<BundleRegManufacturer >Microsoft</BundleRegManufacturer >
78
- <BundleRegFamily >.NET Core </BundleRegFamily >
78
+ <BundleRegFamily >.NET</BundleRegFamily >
79
79
80
80
<DefineConstants >$(DefineConstants);BundleNameShort=$(BundleNameShort)</DefineConstants >
81
81
<DefineConstants >$(DefineConstants);BundleName=$(BundleName)</DefineConstants >
Original file line number Diff line number Diff line change 76
76
<PropertyGroup >
77
77
<PackageFileName >dotnet-hosting-$(PackageVersion)-win$(TargetExt)</PackageFileName >
78
78
79
- <BundleNameShort >Microsoft .NET Core $(PackageBrandingVersion)</BundleNameShort >
79
+ <BundleNameShort >Microsoft .NET $(PackageBrandingVersion)</BundleNameShort >
80
80
</PropertyGroup >
81
81
82
82
<PropertyGroup >
88
88
89
89
<!-- Registration -->
90
90
<BundleRegManufacturer >Microsoft</BundleRegManufacturer >
91
- <BundleRegFamily >.NET Core </BundleRegFamily >
92
- <BundleRegName >Microsoft .NET Core $(PackageBrandingVersion) - Windows Server Hosting</BundleRegName >
91
+ <BundleRegFamily >.NET</BundleRegFamily >
92
+ <BundleRegName >Microsoft .NET $(PackageBrandingVersion) - Windows Server Hosting</BundleRegName >
93
93
<BundleRegName >$(BundleNameFull)</BundleRegName >
94
94
</PropertyGroup >
95
95
You can’t perform that action at this time.
0 commit comments