Skip to content

Commit

Permalink
Merge pull request #1 from DTONeill/fix/targetFramework
Browse files Browse the repository at this point in the history
Change target framework for better compatibility.
  • Loading branch information
DTONeill authored Oct 4, 2019
2 parents de70ce8 + 413605e commit 8a7eb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions EventbriteApiV3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion EventbriteApiV3/EventbriteApiV3.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Wrapper in top of Eventbrite api v3.
It allow you to fetch attendees and events easily using your application key.</Description>
Expand Down

0 comments on commit 8a7eb1e

Please sign in to comment.