* Fix README of Peachpie * Update Peachpie to 0.9.42
@@ -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
@@ -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,4 +1,4 @@
-<Project Sdk="Peachpie.NET.Sdk/0.9.28">
+<Project Sdk="Peachpie.NET.Sdk/0.9.42">
<PropertyGroup>
<OutputType>Library</OutputType>