From 01c72fc851f89cc7b0385c1b6f856281f0bfc29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Sat, 21 Jan 2023 17:14:50 +0100 Subject: [PATCH] 1.1.4 --- docs/net/hosting/aspnetcore.md | 4 ++-- docs/php/msbuild.md | 2 +- docs/scenarios/beginner/reference-php-project.md | 2 +- docs/scenarios/intermediate/razor.md | 4 ++-- docs/scenarios/intermediate/self-contained-exe.md | 2 +- global.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/net/hosting/aspnetcore.md b/docs/net/hosting/aspnetcore.md index 3c8e62b..731ad91 100644 --- a/docs/net/hosting/aspnetcore.md +++ b/docs/net/hosting/aspnetcore.md @@ -10,7 +10,7 @@ Directory with PHP project - its source files and static files - needs to be com */website/website.msbuildproj:* ```xml - + library netstandard2.1 @@ -57,7 +57,7 @@ dotnet add package Peachpie.AspNetCore.Web ```xml - + ``` diff --git a/docs/php/msbuild.md b/docs/php/msbuild.md index 86b5dd7..38dce5b 100644 --- a/docs/php/msbuild.md +++ b/docs/php/msbuild.md @@ -5,7 +5,7 @@ MSBuild is the build system for .NET and Visual Studio. The MSBuild project file ## Sample Project File ```xml - + library netstandard2.1 diff --git a/docs/scenarios/beginner/reference-php-project.md b/docs/scenarios/beginner/reference-php-project.md index 87f473f..bc1b02a 100644 --- a/docs/scenarios/beginner/reference-php-project.md +++ b/docs/scenarios/beginner/reference-php-project.md @@ -24,7 +24,7 @@ First create a project file. It is an XML file with extension `.msbuildproj`, de > *`library.msbuildproj`:* ```xml - + library netstandard2.1 diff --git a/docs/scenarios/intermediate/razor.md b/docs/scenarios/intermediate/razor.md index fb021c0..7ec0fac 100644 --- a/docs/scenarios/intermediate/razor.md +++ b/docs/scenarios/intermediate/razor.md @@ -27,7 +27,7 @@ class User Add a reference to your php-library project file, which implements the helper function above: ```xml - + ``` ## Rendering a PHP script in Razor @@ -40,7 +40,7 @@ Start by compiling your PHP project into a `DLL` file. Next, add a reference to the MVC project: ```xml - + ``` diff --git a/docs/scenarios/intermediate/self-contained-exe.md b/docs/scenarios/intermediate/self-contained-exe.md index a3c91e3..a08cb20 100644 --- a/docs/scenarios/intermediate/self-contained-exe.md +++ b/docs/scenarios/intermediate/self-contained-exe.md @@ -11,7 +11,7 @@ echo "Hello world!"; and a corresponding project file indicating that the output should be exe: ```xml - + exe netcoreapp3.1 diff --git a/global.json b/global.json index 2065f73..eabb2ca 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Peachpie.NET.Sdk": "1.1.2" + "Peachpie.NET.Sdk": "1.1.4" } } \ No newline at end of file