Skip to content

Commit

Permalink
Use package Id as assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Apr 18, 2024
1 parent 065959a commit 3cf0f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ToolkitComponent.SourceProject.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Version Condition="'$(Version)' == ''">$(MajorVersion).$(MinorVersion).$(DateForVersion)</Version>
<Version Condition="'$(PreviewVersion)' != ''">$(Version)-$(PreviewVersion)</Version>
<PackageId Condition="'$(PackageId)' == ''">$(PackageIdPrefix).$(PackageIdVariant).$(ToolkitComponentName)</PackageId>
<AssemblyName>$(PackageId)</AssemblyName>
</PropertyGroup>

<Sdk Condition="'$(IsUwp)' == 'true'" Name="MSBuild.Sdk.Extras" Version="3.0.23" />
Expand Down

0 comments on commit 3cf0f05

Please sign in to comment.