Skip to content

Commit

Permalink
Retarget to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrath committed Oct 11, 2017
1 parent ccd2e9b commit 0fc16c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions CustomerIOSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{57B6FDA7-E0C6-474E-B011-8E1898FE0F27}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{736EA7C6-BB0D-4FD4-9E34-F15BF8C52097}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOSharp/CustomerIOSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>CustomerIOSharp</PackageId>
<Title>Customer.io C# implementation</Title>
<Description>Implementation of Customer.io's write-only API for .NET.</Description>
Expand Down

0 comments on commit 0fc16c8

Please sign in to comment.