Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 260e73f

Browse files
authored
Update branding for VS 2015 .NET Standard build support
1 parent 38031f6 commit 260e73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Branding.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="14.0">
22
<PropertyGroup>
33
<SdkBrandName>Microsoft .NET Core SDK - 2.0.0</SdkBrandName>
4-
<MSBuildExtensionsBrandName>Microsoft .NET Core MSBuild Extensions - 2.0.0 Preview 2</MSBuildExtensionsBrandName>
4+
<MSBuildExtensionsBrandName>Microsoft .NET Standard Support for Visual Studio 2015</MSBuildExtensionsBrandName>
55
<SharedFrameworkBrandName>Microsoft .NET Core Runtime - 2.0.0</SharedFrameworkBrandName>
66
<SharedHostBrandName>Microsoft .NET Core Host - 2.0.0</SharedHostBrandName>
77
<HostFxrBrandName>Microsoft .NET Core Host FX Resolver - 2.0.0</HostFxrBrandName>
@@ -26,7 +26,7 @@
2626
<ArtifactNameSdkLanguagePack>$(ArtifactNameCombinedHostHostFxrFrameworkSdk)-langpack</ArtifactNameSdkLanguagePack>
2727

2828
<ArtifactNameWithVersionSdk>$(ArtifactNameSdk)-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionSdk>
29-
<ArtifactNameWithVersionMSBuildExtensions>dotnet-msbuild-extensions-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionMSBuildExtensions>
29+
<ArtifactNameWithVersionMSBuildExtensions>dotnet-standard-support-vs2015-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionMSBuildExtensions>
3030

3131
<ArtifactNameWithVersionSdkDebug>$(ArtifactNameSdkDebug)-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionSdkDebug>
3232
<ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk>$(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk>

0 commit comments

Comments
 (0)