Skip to content

Commit 9a99fc2

Browse files
committed
Adding changes to copy dependency files to output folder.
1 parent a38e4a6 commit 9a99fc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MicrotingService/MicrotingService/MicrotingService.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
4+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
5+
</PropertyGroup>
26

37
<PropertyGroup>
48
<OutputType>Exe</OutputType>
59
<TargetFramework>netcoreapp2.2</TargetFramework>
610
</PropertyGroup>
711

12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13+
<OutputPath>bin\</OutputPath>
14+
</PropertyGroup>
15+
816
<ItemGroup>
917
<PackageReference Include="Microting.eForm" Version="3.0.164" />
1018
<PackageReference Include="Microting.WindowsService.BasePn" Version="1.1.13" />

0 commit comments

Comments
 (0)