diff --git a/samples/ASPNetCoreExecutor/.config/dotnet-tools.json b/samples/ASPNetCoreExecutor/.config/dotnet-tools.json new file mode 100644 index 0000000..8612f23 --- /dev/null +++ b/samples/ASPNetCoreExecutor/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "8.0.7", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +} \ No newline at end of file diff --git a/samples/ASPNetCoreExecutor/ASPNetCoreExecutor.csproj b/samples/ASPNetCoreExecutor/ASPNetCoreExecutor.csproj index 6f62e05..e378858 100644 --- a/samples/ASPNetCoreExecutor/ASPNetCoreExecutor.csproj +++ b/samples/ASPNetCoreExecutor/ASPNetCoreExecutor.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 diff --git a/samples/ASPNetCoreExecutor/Properties/PublishProfiles/FolderProfile.pubxml b/samples/ASPNetCoreExecutor/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..7c7eecf --- /dev/null +++ b/samples/ASPNetCoreExecutor/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,23 @@ + + + + + true + false + true + Release + Any CPU + FileSystem + bin\Release\net6.0\publish\ + FileSystem + <_TargetId>Folder + + net6.0 + linux-x64 + true + dc9e5af3-18ff-4713-bdb4-672e47ada4e5 + false + + \ No newline at end of file diff --git a/samples/ASPNetCoreExecutor/Properties/launchSettings.json b/samples/ASPNetCoreExecutor/Properties/launchSettings.json index 4b8ab8d..ef365d5 100644 --- a/samples/ASPNetCoreExecutor/Properties/launchSettings.json +++ b/samples/ASPNetCoreExecutor/Properties/launchSettings.json @@ -1,27 +1,12 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:60087/", - "sslPort": 0 - } - }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "ASPNetCoreExecutor": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000/" + "applicationUrl": "http://localhost:6662/" } } } \ No newline at end of file diff --git a/samples/ASPNetCoreExecutor/appsettings.json b/samples/ASPNetCoreExecutor/appsettings.json index 73aed1b..49b4345 100644 --- a/samples/ASPNetCoreExecutor/appsettings.json +++ b/samples/ASPNetCoreExecutor/appsettings.json @@ -5,13 +5,12 @@ } }, "xxlJob": { - "adminAddresses": "http://127.0.0.1:8080/xxl-job-admin", + "adminAddresses": "https://jobs.xuanye.wang/xxl-job-admin", "appName": "xxl-job-executor-dotnet", "specialBindAddress": "127.0.0.1", - "port": 5000, + "port": 6662, "autoRegistry": true, "accessToken": "", "logRetentionDays": 30 } - -} +} \ No newline at end of file