Skip to content

Commit 0494231

Browse files
committed
Fix build path
1 parent c9287b5 commit 0494231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Server/Core/DotNetNuke.Modules.Blog.Core.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyName>DotNetNuke.Modules.Blog.Core</AssemblyName>
44
<TargetFramework>net472</TargetFramework>
5-
<OutputPath>bin</OutputPath>
5+
<OutputPath>..\..\bin\</OutputPath>
66
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
77
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
88
<Authors>Peter Donker</Authors>
@@ -32,4 +32,3 @@
3232
<PackageReference Include="DotNetNuke.Web.Client" Version="9.13.0" />
3333
</ItemGroup>
3434
</Project>
35-

0 commit comments

Comments
 (0)