Skip to content

Commit

Permalink
update peachpie 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Oct 3, 2022
1 parent 9c773ef commit 532802d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,6 @@
"searchMicrosoftSymbolServer": false
}
},
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/app/bin/Debug/net5.0/app.dll",
"args": [],
"cwd": "${workspaceFolder}/app/bin/Debug/net5.0/",
"console": "internalConsole",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart",
"justMyCode": false,
"symbolOptions": {
// "searchPaths": ["C:\\Users\\jmise\\Projects\\peachpie\\src\\Peachpie.Library\\bin\\Debug\\netstandard2.0"],
"searchMicrosoftSymbolServer": false
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

<!-- global properties -->
<PropertyGroup>
<WpDotNetVersion>6.0.1-rc-005</WpDotNetVersion>
<WpDotNetVersion>6.0.1-rc-006</WpDotNetVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"Peachpie.NET.Sdk": "1.0.23",
"PeachPied.WordPress.Build.Plugin": "6.0.1-rc-005"
"Peachpie.NET.Sdk": "1.1.0",
"PeachPied.WordPress.Build.Plugin": "6.0.1-rc-006"
}
}

0 comments on commit 532802d

Please sign in to comment.