Skip to content

Commit

Permalink
chore: add project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
willianantunes committed Sep 15, 2024
1 parent 39d6d63 commit 149737e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<!-- Version is configured in the build pipeline -->
<PackageId>AspNetCore.RestFramework</PackageId>
<Authors>andresantarosa,fabio_almeida100,phmonte,ricardochaves,willianantunes</Authors>
<Description>Don't code a bunch of code to create CRUD applications. Use AspNetCore REST Framework, inspired by Django REST framework! It aims to provide a robust and flexible foundation for building RESTful APIs using ASP.NET Core.</Description>
<PackageLicenseUrl>https://github.com/juntossomosmais/AspNetCore.RestFramework/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/juntossomosmais/AspNetCore.RestFramework</RepositoryUrl>
<PackageTags>api rest drf django pagination crud</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
"xunit.extensibility.core": "[2.9.0]"
}
},
"aspnetcore.restframework.core": {
"AspNetCore.RestFramework": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "[2.*, )",
Expand Down

0 comments on commit 149737e

Please sign in to comment.