From 257d9b2a19350d2e65182e008417ea2d6079ed12 Mon Sep 17 00:00:00 2001 From: Patrick Dwyer Date: Mon, 29 Jun 2020 22:03:16 +1000 Subject: [PATCH] Add note and link to documentation on already available .NET SDKs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5423292..398e532 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This action sets up a [dotnet core cli](https://github.com/dotnet/cli) environme - registering problem matchers for error output - setting up authentication to private package sources like GitHub Packages +Please Note: GitHub hosted runners have some versions of the .NET SDK +preinstalled. Installed versions are subject to change. Please refer to the +documentation +[software installed on github hosted runners](https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners) +for .NET SDK versions that are currently available. + # Usage See [action.yml](action.yml)