Skip to content

Commit

Permalink
Move to PackageLicenseExpression (#144)
Browse files Browse the repository at this point in the history
PackageLicenseUrl is obsolete
  • Loading branch information
SimonCropp authored and tlil committed Oct 13, 2019
1 parent ca7603e commit 012ec0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GraphQL.Conventions/GraphQL.Conventions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>GraphQL.Conventions</PackageId>
<PackageTags>GraphQL;json;api</PackageTags>
<PackageProjectUrl>https://github.com/graphql-dotnet/conventions</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/graphql-dotnet/conventions/master/src/GraphQL.Conventions/LICENSE.md</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/graphql-dotnet/conventions</RepositoryUrl>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
Expand Down Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="GraphQL" Version="2.4.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 012ec0f

Please sign in to comment.