Skip to content

Commit af3c84a

Browse files
fix Meissa projects to copy all required files on publish
1 parent b5d7a7f commit af3c84a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Meissa.API/Meissa.API.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
67
<RuntimeIdentifiers>win-x64,osx-x64,linux-x64</RuntimeIdentifiers>
78
</PropertyGroup>
89

Meissa/Meissa.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
67
<RuntimeIdentifiers>win-x64,osx-x64,linux-x64</RuntimeIdentifiers>
78
</PropertyGroup>
89

0 commit comments

Comments
 (0)