Skip to content

Commit

Permalink
Merge pull request #116 from TrueCommerce/DotJoshJohnson/target-netst…
Browse files Browse the repository at this point in the history
…andard

Target .NET Standard
  • Loading branch information
kmossco authored Apr 26, 2018
2 parents f6a2875 + 99494d5 commit a374181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Intercom/Intercom.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="RestSharp" Version="106.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
Expand Down

0 comments on commit a374181

Please sign in to comment.