Skip to content

Commit

Permalink
Merge pull request #168 from PepperDash/feature-2/multi-targeting
Browse files Browse the repository at this point in the history
Build for both .NET 6 & .NET Framework 4.7.2
  • Loading branch information
andrew-welker authored Feb 2, 2024
2 parents 646b335 + 5b6c8c3 commit 2b95857
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/Pepperdash Core/PepperDash_Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<RootNamespace>PepperDash.Core</RootNamespace>
<AssemblyName>PepperDashCore</AssemblyName>
<TargetFramework>net472</TargetFramework>
<TargetFrameworks>net472;net6</TargetFrameworks>
<Deterministic>false</Deterministic>
<NeutralLanguage>en</NeutralLanguage>
<OutputPath>bin\$(Configuration)\</OutputPath>
Expand All @@ -25,12 +25,7 @@
<DocumentationFile>bin\4Series\$(Configuration)\PepperDashCore.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Library" Version="2.20.37" />
<PackageReference Include="Crestron.SimplSharp.SDK.Library" Version="2.20.42" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Comm\._GenericSshClient.cs" />
Expand Down

0 comments on commit 2b95857

Please sign in to comment.