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 a38e4a6 commit 9a99fc2Copy full SHA for 9a99fc2
MicrotingService/MicrotingService/MicrotingService.csproj
@@ -1,10 +1,18 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
4
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
5
+ </PropertyGroup>
6
7
<PropertyGroup>
8
<OutputType>Exe</OutputType>
9
<TargetFramework>netcoreapp2.2</TargetFramework>
10
</PropertyGroup>
11
12
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13
+ <OutputPath>bin\</OutputPath>
14
15
+
16
<ItemGroup>
17
<PackageReference Include="Microting.eForm" Version="3.0.164" />
18
<PackageReference Include="Microting.WindowsService.BasePn" Version="1.1.13" />
0 commit comments