Browse Source

Peachpie 0.9.42 update (#4817)

* Fix README of Peachpie

* Update Peachpie to 0.9.42
Robert Husák 6 years ago
parent
commit
3cc5af0848

+ 2 - 2
frameworks/PHP/peachpie/README.md

@@ -32,5 +32,5 @@ As we want Peachpie to be comparable to the PHP Interpreter, we derived our test
 
 ## Contacts
 
-* [http://github.com/jakubmisek](Jakub Míšek) - Chief developer of Peachpie
-* [http://github.com/roberthusak](Robert Husák) - Author of this contribution
+* [Jakub Míšek](http://github.com/jakubmisek) - Chief developer of Peachpie
+* [Robert Husák](http://github.com/roberthusak) - Author of this contribution

+ 1 - 1
frameworks/PHP/peachpie/Server/Server.csproj

@@ -12,7 +12,7 @@
     <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.2.0" />
     <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="2.2.1" />
     <PackageReference Include="Microsoft.AspNetCore.Buffering" Version="0.2.2" />
-    <PackageReference Include="Peachpie.AspNetCore.Web" Version="0.9.28" />
+    <PackageReference Include="Peachpie.AspNetCore.Web" Version="0.9.42" />
   </ItemGroup>
 
   <ItemGroup>

+ 1 - 1
frameworks/PHP/peachpie/Website/Website.msbuildproj

@@ -1,4 +1,4 @@
-<Project Sdk="Peachpie.NET.Sdk/0.9.28">
+<Project Sdk="Peachpie.NET.Sdk/0.9.42">
 
   <PropertyGroup>
     <OutputType>Library</OutputType>