File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- <Project >
1+ <Project >
22
33 <PropertyGroup >
4- <Product >$(AssemblyName) ($(TargetFramework))</Product >
54 <Copyright >Copyright (c) .NET Foundation and Contributors.</Copyright >
65 <MinClientVersion >2.12</MinClientVersion >
76 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 1- <Project >
1+ <Project >
22 <!-- This has to be set in targets as the default props will overwrite -->
33 <PropertyGroup >
44 <DebugType Condition =" '$(IsTestProject)' != 'true'" >embedded</DebugType >
1515 <DefineConstants >$(DefineConstants);NO_ARRAY_EMPTY</DefineConstants >
1616 </PropertyGroup >
1717
18+ <PropertyGroup >
19+ <Product >$(AssemblyName) ($(TargetFramework))</Product >
20+ </PropertyGroup >
1821
1922 <Target Name =" GetRefsForPackage" BeforeTargets =" _GetPackageFiles"
2023 Condition =" Exists('$(MSBuildThisFileDirectory)refs\$(MSBuildProjectName)\$(MSBuildProjectName).csproj') " >
You can’t perform that action at this time.
0 commit comments