Skip to content

Commit

Permalink
Create package on build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Oct 24, 2020
1 parent 39f2c5b commit 23f0128
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ModelToRdf/ModelToRdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Gabriel De La Parra</Authors>
<Company />
<Description>A simple tool to create NTriples from XML or JSON data.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/gabrieldelaparra/ModelToRdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/gabrieldelaparra/ModelToRdf</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 23f0128

Please sign in to comment.