diff --git a/README.md b/README.md index a2b5718ef71..f1f56bba12e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ After it's finished, open `FSharp.sln` in your editor of choice. See [DEVGUIDE.md](DEVGUIDE.md) and [TESTGUIDE.md](TESTGUIDE.md) for more details on additional configurations for building and testing, how to update compiler error messages, and more. +### No contribution is too small + +Even if you find a single-character typo, we're happy to take the change! Although the codebase can feel daunting for beginners, we and other contributors are happy to help you along. + ## Build Status | Branch | Status | diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2eb743ef9f5..3d57399bb6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 7bec23ce3da545d97f53f99abce457a2e252aa58 + a7a250e9c13147134543c35fef2fb81f19592edf diff --git a/global.json b/global.json index 800de67d7b4..aca3797d8c5 100644 --- a/global.json +++ b/global.json @@ -10,7 +10,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19226.3", + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19229.8", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2" } }