mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
update dotnet version
This commit is contained in:
parent
aa7a8f16e6
commit
9cf7ec9012
3
v2.0/LetsEncrypt/.vscode/launch.json
vendored
3
v2.0/LetsEncrypt/.vscode/launch.json
vendored
@ -2,7 +2,6 @@
|
||||
// Use IntelliSense to find out which attributes exist for C# debugging
|
||||
// Use hover for the description of the existing attributes
|
||||
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
|
||||
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
@ -17,7 +16,7 @@
|
||||
},
|
||||
"preLaunchTask": "build",
|
||||
// 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": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"ssl": "/home/maksym/source/temp"
|
||||
},
|
||||
{
|
||||
"active": false,
|
||||
"active": true,
|
||||
"name": "ProductionV2",
|
||||
"url": "https://acme-v02.api.letsencrypt.org/directory",
|
||||
|
||||
@ -42,7 +42,11 @@
|
||||
"ru.maks-it.com",
|
||||
"www.ru.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"
|
||||
}
|
||||
@ -76,7 +80,7 @@
|
||||
|
||||
"sites": [
|
||||
{
|
||||
"active": true,
|
||||
"active": false,
|
||||
"name": "aerusitalia.it",
|
||||
"hosts": [
|
||||
"aerusitalia.it",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user