Skip to content

Commit

Permalink
Change target frameworks: support netstandard1.6,net45,net46.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophediericx committed Jun 15, 2017
1 parent 4e5d2cc commit 94a1a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Source/IntelHexFormatReader/IntelHexFormatReader.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;net452</TargetFrameworks>
<Title>IntelHexFormatReader</Title>
<TargetFrameworks>netstandard1.6;net45;net46</TargetFrameworks>
<Authors>Christophe Diericx</Authors>
<Company />
<Description>A .NET library to parse an Intel HEX file and emit a representative memory representation.</Description>
<PackageProjectUrl>https://github.com/christophediericx/IntelHexFormatReader</PackageProjectUrl>
<Version>2.2.2</Version>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/19640854?s=140</PackageIconUrl>
<Version>2.2.3</Version>
<PackageTags>intel hex memory</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp1.1;net45;net46</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.18.0" />
<ProjectReference Include="..\IntelHexFormatReader\IntelHexFormatReader.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
<PackageReference Include="MSTest.TestAdapter" Version="1.1.8-rc" />
<PackageReference Include="MSTest.TestFramework" Version="1.0.8-rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IntelHexFormatReader\IntelHexFormatReader.csproj" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
Expand Down

0 comments on commit 94a1a23

Please sign in to comment.