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>2019-02-19 19:18:53 +0300
committerGitHub <noreply@github.com>2019-02-19 19:18:53 +0300
commita66eb9941fba7fe720360b15e99855994df4df53 (patch)
tree42b9113a0c97e553993a0a3616a21e6fca094528 /eng/versioning.targets
parent699c19d2573a300ca353b6bfd0448034035c2e1c (diff)
Fix product name included in the binaries (dotnet/corefx#35408)
Commit migrated from https://github.com/dotnet/corefx/commit/6999d5e9809c22be73b71ab1f16d83721cc245e4
Diffstat (limited to 'eng/versioning.targets')
-rw-r--r--eng/versioning.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/versioning.targets b/eng/versioning.targets
index 8e1eb8c1a09..b523921e02c 100644
--- a/eng/versioning.targets
+++ b/eng/versioning.targets
@@ -42,7 +42,7 @@
<Description Condition="'$(Description)' == ''">$(AssemblyName)</Description>
<!-- SDK sets product to assembly but we want it to be our product name -->
- <Product>Microsoft%AE .NET Framework</Product>
+ <Product>Microsoft%AE .NET Core</Product>
</PropertyGroup>
<Target Name="_ComputeBuildToolsAssemblyInfoAttributes"