update dotnet version

This commit is contained in:
Gitea 2020-12-02 16:28:29 +00:00
parent aa7a8f16e6
commit 9cf7ec9012
3 changed files with 9 additions and 6 deletions

View File

@ -2,7 +2,6 @@
// Use IntelliSense to find out which attributes exist for C# debugging // Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes // Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
@ -17,7 +16,7 @@
}, },
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/LetsEncrypt.dll", "program": "${workspaceFolder}/bin/Debug/net5.0/LetsEncrypt.dll",
"args": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>net5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -12,7 +12,7 @@
"ssl": "/home/maksym/source/temp" "ssl": "/home/maksym/source/temp"
}, },
{ {
"active": false, "active": true,
"name": "ProductionV2", "name": "ProductionV2",
"url": "https://acme-v02.api.letsencrypt.org/directory", "url": "https://acme-v02.api.letsencrypt.org/directory",
@ -42,7 +42,11 @@
"ru.maks-it.com", "ru.maks-it.com",
"www.ru.maks-it.com", "www.ru.maks-it.com",
"api.maks-it.com", "api.maks-it.com",
"www.api.maks-it.com" "www.api.maks-it.com",
"git.maks-it.com",
"demo.maks-it.com"
], ],
"challenge": "http-01" "challenge": "http-01"
} }
@ -76,7 +80,7 @@
"sites": [ "sites": [
{ {
"active": true, "active": false,
"name": "aerusitalia.it", "name": "aerusitalia.it",
"hosts": [ "hosts": [
"aerusitalia.it", "aerusitalia.it",