We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9287b5 commit 0494231Copy full SHA for 0494231
Server/Core/DotNetNuke.Modules.Blog.Core.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<AssemblyName>DotNetNuke.Modules.Blog.Core</AssemblyName>
4
<TargetFramework>net472</TargetFramework>
5
- <OutputPath>bin</OutputPath>
+ <OutputPath>..\..\bin\</OutputPath>
6
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
7
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
8
<Authors>Peter Donker</Authors>
@@ -32,4 +32,3 @@
32
<PackageReference Include="DotNetNuke.Web.Client" Version="9.13.0" />
33
</ItemGroup>
34
</Project>
35
-
0 commit comments