Skip to content

Commit f490072

Browse files
authored
Net10 (#58)
2 parents d20f190 + 295c848 commit f490072

File tree

761 files changed

+91983
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

761 files changed

+91983
-64
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: IdentityModule Nuget
1+
name: MIcroservice OpenIddict Template
22

33
on:
44
workflow_dispatch:
@@ -16,13 +16,13 @@ jobs:
1616
- name: Set up .NET Core
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: 10.0.x
2020

2121
- name: Install dependencies
22-
run: dotnet restore 'AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj'
22+
run: dotnet restore 'NET10.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj'
2323

2424
- name: Build the NuGet package
25-
run: dotnet pack 'AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
25+
run: dotnet pack 'NET10.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
2626

2727
- name: Publish NuGet Package Calabonga.Microservice.Module
2828
run: dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

.github/workflows/module.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Module Nuget
1+
name: Microservice Template
22

33
on:
44
workflow_dispatch:
@@ -16,13 +16,13 @@ jobs:
1616
- name: Set up .NET Core
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: 10.0.x
2020

2121
- name: Install dependencies
22-
run: dotnet restore 'AspNetCore v9.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj'
22+
run: dotnet restore 'NET10.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj'
2323

2424
- name: Build the NuGet package
25-
run: dotnet pack 'AspNetCore v9.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
25+
run: dotnet pack 'NET10.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
2626

2727
- name: Publish NuGet Package
2828
run: dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

.github/workflows/razor-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Set up .NET Core
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: 10.0.x
2020

2121
- name: Install dependencies
22-
run: dotnet restore 'AspNetCore v9.0/Calabonga.AspNetCoreRazorPages.Template/Calabonga.AspNetCoreRazorPages.Template.csproj'
22+
run: dotnet restore 'NET10.0/Calabonga.AspNetCoreRazorPages.Template/Calabonga.AspNetCoreRazorPages.Template.csproj'
2323

2424
- name: Build the NuGet package
25-
run: dotnet pack 'AspNetCore v9.0/Calabonga.AspNetCoreRazorPages.Template/Calabonga.AspNetCoreRazorPages.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
25+
run: dotnet pack 'NET10.0/Calabonga.AspNetCoreRazorPages.Template/Calabonga.AspNetCoreRazorPages.Template.csproj' --configuration Release --output ${{env.DOTNET_ROOT}}\Package
2626

2727
- name: Publish NuGet Package
2828
run: dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

AspNetCore v8.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Web/Properties/launchSettings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

AspNetCore v8.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Web/Properties/launchSettings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Web/Properties/launchSettings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

AspNetCore v9.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Web/Properties/launchSettings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<!-- The package metadata. Fill in the properties marked as TODO below -->
5+
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
6+
<PackageId>Calabonga.AspNetCoreRazorPages.Template</PackageId>
7+
<PackageVersion>10.0.0</PackageVersion>
8+
<Authors>Calabonga</Authors>
9+
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
10+
<PackageIcon>logo.png</PackageIcon>
11+
<Description>ASP.NET Core RazorPages template with OpenIddict implementation for OAuth2.0 and also with Mediator, FluentValidation and other helpful thing</Description>
12+
<PackageTags>template, aspnetcore, microservice, oauth2, calabonga, nimble, framework</PackageTags>
13+
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageReleaseNotes>Migration to NET10</PackageReleaseNotes>
16+
17+
<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
18+
<PackageType>Template</PackageType>
19+
<TargetFramework>net10.0</TargetFramework>
20+
<IncludeContentInPack>true</IncludeContentInPack>
21+
<IncludeBuildOutput>false</IncludeBuildOutput>
22+
<ContentTargetFolders>content</ContentTargetFolders>
23+
<NoWarn>$(NoWarn);NU5128</NoWarn>
24+
<NoDefaultExcludes>true</NoDefaultExcludes>
25+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
26+
<PackageReadmeFile>README.md</PackageReadmeFile>
27+
<RepositoryType>git</RepositoryType>
28+
<RepositoryUrl>https://github.com/Calabonga/Microservice-Template</RepositoryUrl>
29+
</PropertyGroup>
30+
31+
32+
33+
<ItemGroup>
34+
<PackageReference Include="Microsoft.TemplateEngine.Tasks" Version="*" PrivateAssets="all" IsImplicitlyDefined="true" />
35+
</ItemGroup>
36+
37+
<ItemGroup>
38+
<Content Include="content\**\*" Exclude="content\**\bin\**;content\**\obj\**" />
39+
<Compile Remove="**\*" />
40+
</ItemGroup>
41+
42+
<ItemGroup>
43+
<None Include="README.md" Pack="true" PackagePath="" />
44+
</ItemGroup>
45+
46+
<ItemGroup>
47+
<None Update="logo.png">
48+
<Pack>True</Pack>
49+
<PackagePath>\</PackagePath>
50+
</None>
51+
</ItemGroup>
52+
53+
</Project>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="Calabonga.AspNetCoreRazorPages.Template.csproj" />
3+
</Solution>

AspNetCore v9.0/Calabonga.AspNetCoreRazorPages.Template/README.md renamed to NET10.0/Calabonga.AspNetCoreRazorPages.Template/README.md

0 commit comments

Comments
 (0)