Skip to content

Commit

Permalink
Added .NET 4.6.1 as a traget framework to support older versions of V…
Browse files Browse the repository at this point in the history
…isual Studio
  • Loading branch information
mroloux committed Sep 19, 2018
1 parent 9bcc1dc commit f50f69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SeatsioDotNet/SeatsioDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<Version>38</Version>
<Version>39</Version>
<Authors>mroloux;bverbeken</Authors>
<Title>Official Seats.io .NET API client</Title>
<Description>Official Seats.io .NET API client</Description>
<PackageProjectUrl>https://github.com/seatsio/seatsio-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/seatsio/seatsio-dotnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/seatsio/seatsio-dotnet/master/LICENSE</PackageLicenseUrl>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
Expand Down

0 comments on commit f50f69c

Please sign in to comment.