File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 2525 <!-- Only update the targeting pack version for preview builds. -->
2626 <TargetingPackVersion Condition =" '%(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' and '$(IsServicingBuild)' != 'true'" >$(MicrosoftNETCoreAppRefPackageVersion)</TargetingPackVersion >
2727 </KnownFrameworkReference >
28- </ItemGroup >
2928
30- <ItemGroup >
3129 <!-- Track compiler separately from Arcade.-->
3230 <PackageReference Include =" Microsoft.Net.Compilers.Toolset"
3331 Version =" $(MicrosoftNetCompilersToolsetPackageVersion)"
3432 PrivateAssets =" all"
3533 IsImplicitlyDefined =" true" />
3634 </ItemGroup >
35+
36+ <Target Name =" GetCustomAssemblyAttributes"
37+ BeforeTargets =" GetAssemblyAttributes"
38+ Condition =" '$(MSBuildProjectExtension)' == '.csproj' "
39+ DependsOnTargets =" InitializeSourceControlInformation" >
40+ <ItemGroup >
41+ <AssemblyAttribute Include =" System.Reflection.AssemblyMetadataAttribute" Condition =" '$(Serviceable)' == 'true'" >
42+ <_Parameter1 >Serviceable</_Parameter1 >
43+ <_Parameter2 >True</_Parameter2 >
44+ </AssemblyAttribute >
45+ </ItemGroup >
46+ </Target >
3747</Project >
You can’t perform that action at this time.
0 commit comments