From 413605e03dc479e259670f3f2e9fb6b0a17934fc Mon Sep 17 00:00:00 2001 From: David O'Neill Date: Thu, 3 Oct 2019 20:57:06 -0400 Subject: [PATCH] Change target framework for better compatibility. --- EventbriteApiV3.sln | 4 ++-- EventbriteApiV3/EventbriteApiV3.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EventbriteApiV3.sln b/EventbriteApiV3.sln index eed420d..6e0e8e4 100644 --- a/EventbriteApiV3.sln +++ b/EventbriteApiV3.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28803.156 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventbriteApiV3", "EventbriteApiV3\EventbriteApiV3.csproj", "{302DCE7F-0548-43CC-92F0-97B5FB0683C6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventbriteApiV3", "EventbriteApiV3\EventbriteApiV3.csproj", "{302DCE7F-0548-43CC-92F0-97B5FB0683C6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventbriteApiV3Tests", "EventbriteApiV3Tests\EventbriteApiV3Tests.csproj", "{6CA54942-5C43-4205-8EE0-5D680CDC5A90}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventbriteApiV3Tests", "EventbriteApiV3Tests\EventbriteApiV3Tests.csproj", "{6CA54942-5C43-4205-8EE0-5D680CDC5A90}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/EventbriteApiV3/EventbriteApiV3.csproj b/EventbriteApiV3/EventbriteApiV3.csproj index d37a38c..b53a96e 100644 --- a/EventbriteApiV3/EventbriteApiV3.csproj +++ b/EventbriteApiV3/EventbriteApiV3.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + netstandard2.0 true Wrapper in top of Eventbrite api v3. It allow you to fetch attendees and events easily using your application key.