Skip to content

Commit

Permalink
resolved conflict from v1.4-dev branch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Oct 8, 2022
1 parent 8ac255e commit 19903dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions HL7Listener.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,16 @@
<PropertyGroup>
<AssemblyName>HL7Listener</AssemblyName>
<OutputType>Exe</OutputType>
<<<<<<< HEAD
<TargetFrameworks>net6.0;net48</TargetFrameworks>
=======
<TargetFramework>net6.0</TargetFramework>
>>>>>>> v1.4-dev
<EnableDefaultItems>true</EnableDefaultItems>
<PublishTrimmed>true</PublishTrimmed>
<PlatformTarget>x64</PlatformTarget>
<PublishTrimmed>true</PublishTrimmed>
<Authors>Rob Holme</Authors>
<Product>HL7 Listener</Product>
<Description>Simple MLLP listener to accept HL7 v2.x messages</Description>
<<<<<<< HEAD
<Version>1.3.1</Version>
<FileVersion>1.3.1.0</FileVersion>
=======
<Version>1.4.0</Version>
<FileVersion>1.4.0.0</FileVersion>
>>>>>>> v1.4-dev
<RepositoryUrl>https://github.com/RobHolme/HL7-Listener</RepositoryUrl>
</PropertyGroup>
</Project>

0 comments on commit 19903dc

Please sign in to comment.