Skip to content

Commit

Permalink
Clean up csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 28, 2017
1 parent e107773 commit d169f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net45'">
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DefineConstants>NET45</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand All @@ -16,7 +15,7 @@
<PropertyGroup>
<Company>Public Domain</Company>
<Copyright>Public Domain</Copyright>
<Description />
<Description>JWT.NET, a JWT (JSON Web Token) implementation for .NET</Description>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<RepositoryUrl>https://github.com/jwt-dotnet/jwt</RepositoryUrl>
Expand Down

0 comments on commit d169f2c

Please sign in to comment.