Skip to content

Commit

Permalink
nugets tools version updated (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calabonga authored Nov 26, 2024
2 parents 64891af + f59e34a commit 333c23e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.IdentityModule.Template</PackageId>
<PackageVersion>8.0.6</PackageVersion>
<PackageVersion>9.0.0</PackageVersion>
<Title>Microservice template with OpenIddict</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<PackageIcon>logo.png</PackageIcon>
<Description>Microservice template on Minimal API with OpenIddict implementation for OAuth2.0 and also with Automapper, FluentValidation and other helpful thing</Description>
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Nugets versions bumped</PackageReleaseNotes>
<PackageReleaseNotes>Migration to NET9.0</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.Module.Template</PackageId>
<PackageVersion>8.0.6</PackageVersion>
<PackageVersion>9.0.0</PackageVersion>
<Title>Microservice template</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<PackageIcon>logo.png</PackageIcon>
<Description>Microservice template on Minimal API with Automapper, FluentValidation and other helpful thing</Description>
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Nugets versions bumped</PackageReleaseNotes>
<PackageReleaseNotes>Migration to NET9.0</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand Down

0 comments on commit 333c23e

Please sign in to comment.