references fixed
This commit is contained in:
parent
40a0a63903
commit
4baadd6497
|
|
@ -1,8 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<OutputPath>..\..\..\..\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi</OutputPath>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<OutputPath>..\..\..\..\FruitBank\Presentation\Nop.Web\Plugins\Misc.SignalRApi</OutputPath>
|
||||
<OutDir>$(OutputPath)</OutDir>
|
||||
<!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project.
|
||||
You need to set this parameter to true if your plugin has a nuget package
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ClearPluginAssemblies Include="$(MSBuildProjectDirectory)\..\..\..\..\NopCommerce\Build\ClearPluginAssemblies.proj" />
|
||||
<ClearPluginAssemblies Include="$(MSBuildProjectDirectory)\..\..\..\..\FruitBank\Build\ClearPluginAssemblies.proj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\..\NopCommerce\Presentation\Nop.Web\Nop.Web.csproj" />
|
||||
<ProjectReference Include="..\..\..\..\FruitBank\Presentation\Nop.Web\Nop.Web.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- This target execute after "Build" target -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue