Skip to content

Commit

Permalink
Merge pull request #30 from Laerdal/ksidirop/MAN-209-create-test-suite
Browse files Browse the repository at this point in the history
clean (Laerdal.McuMgr.csproj): consolidate the netstandard section
  • Loading branch information
ksidirop-laerdal authored Aug 9, 2023
2 parents d514101 + 6360777 commit 9e5bb18
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Laerdal.McuMgr/Laerdal.McuMgr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,20 @@
</ItemGroup>

<!-- NETSTANDARD -->
<PropertyGroup Condition=" $(TargetFramework.ToLower().StartsWith('netstandard')) ">
</PropertyGroup>
<ItemGroup Condition=" $(TargetFramework.ToLower().StartsWith('netstandard')) ">
<Compile Include="NetStandard\**\*.cs" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis>
<AndroidLinkMode>Full</AndroidLinkMode>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis>
<AndroidLinkMode>Full</AndroidLinkMode>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.ToLower().StartsWith('netstandard')) ">
<Compile Include="NetStandard\**\*.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Laerdal.McuMgr.Bindings" Version="1.0.515.0" />
</ItemGroup>
Expand Down

0 comments on commit 9e5bb18

Please sign in to comment.