Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2020-03-28 17:00:19 +0300
committerGitHub <noreply@github.com>2020-03-28 17:00:19 +0300
commit479067315a31a2a2285b62674ede2b5dbe44aff4 (patch)
treea4aada84382d6590b38ee0221d429fcd34264d95 /eng/versioning.targets
parent450cd478533b99a34c902ec78106d3b497cb8fe8 (diff)
.NET Core to .NET branding changes (#33694)
Contributes to #33680
Diffstat (limited to 'eng/versioning.targets')
-rw-r--r--eng/versioning.targets6
1 files changed, 3 insertions, 3 deletions
diff --git a/eng/versioning.targets b/eng/versioning.targets
index e089b0765b3..9c2fc1cf8b3 100644
--- a/eng/versioning.targets
+++ b/eng/versioning.targets
@@ -42,9 +42,9 @@
<Description Condition="'$(Description)' == ''">$(AssemblyName)</Description>
<!-- SDK sets product to assembly but we want it to be our product name -->
- <Product>Microsoft%AE .NET Core</Product>
+ <Product>Microsoft%AE .NET</Product>
- <!-- Use the .NET Core product branding version for informational version description -->
+ <!-- Use the .NET product branding version for informational version description -->
<InformationalVersion>$(ProductVersion)</InformationalVersion>
<InformationalVersion Condition="'$(VersionSuffix)' != ''">$(InformationalVersion)-$(VersionSuffix)</InformationalVersion>
</PropertyGroup>
@@ -97,4 +97,4 @@
<FileWrites Include="$(AssemblyInfoFile)" />
</ItemGroup>
</Target>
-</Project> \ No newline at end of file
+</Project>