diff --git a/README.md b/README.md index 8669d9d..c04d6b4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The `mediawiki.msbuildproj` project can be built either for .Net Core and run un ### Kestrel -The first option includes compiling MediaWiki as `netcoreapp2.0` and using it from the `server.csproj` project. +The first option includes compiling MediaWiki as `netcoreapp3.0` and using it from the `server.csproj` project. To do that, run the following command in the directory where the `peachpie-mediawiki.sln` file is located: ``` diff --git a/global.json b/global.json index a920e02..7086c4a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Peachpie.NET.Sdk": "1.0.0-appv3527" + "Peachpie.NET.Sdk": "0.9.910" } } \ No newline at end of file