mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +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
|
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<RootNamespace>PepperDash.Essentials</RootNamespace>
|
||||
<AssemblyName>PepperDash.Essentials</AssemblyName>
|
||||
<AssemblyName>PepperDashEssentials</AssemblyName>
|
||||
<TargetFrameworks>net472;net6</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue