mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
build: change assembly names to match 1.0.0
This allow 3-series plugins to be loaded correctly
This commit is contained in:
parent
9ad151bd7e
commit
6669b6125b
4 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<TargetFrameworks>net472;net6</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||
<AssemblyName>PepperDash.Essentials.Core</AssemblyName>
|
||||
<AssemblyName>PepperDash_Essentials_Core</AssemblyName>
|
||||
<RootNamespace>PepperDash.Essentials.Core</RootNamespace>
|
||||
<Title>PepperDash Essentials Core</Title>
|
||||
<PackageId>$(AssemblyName)</PackageId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue