Skip to content

Commit

Permalink
Remove unnecessary example
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Aug 14, 2024
1 parent 67ac1c6 commit 8a61b76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ The buildpack support C#, Visual Basic and F# projects using the .NET and ASP.NE

### .NET Version

By default, the buildpack will install the latest available .NET SDK based on the value of the [`TargetFramework` property][target-framework], which must be set in each project file. TFM values that follow the `net{major_version}.0` format are currently supported (e.g. `net6.0`, `net7.0`, `net8.0`).

If a solution references projects that target different framework versions, the most recent version will be preferred when inferring the .NET version. For instance, the most recent .NET 8.0 SDK release will be installed for a solution that contains a web project targeting `net8.0` and a class library targeting `net6.0`.
By default, the buildpack will install the latest available .NET SDK based on the value of the [`TargetFramework` property][target-framework], which must be set in each project file. TFM values that follow the `net{major_version}.0` format are currently supported (e.g. `net6.0`, `net7.0`, `net8.0`). If a solution references projects that target different framework versions, the most recent version will be preferred when inferring the .NET SDK version to install.

To install a different .NET SDK version, add a [`global.json` file][global-json] to the root directory. The buildpack supports specifying both the `version` and `rollForward` policy to define which .NET SDK version to install. For instance, to install a specific version a `global.json` file may look like this:

Expand Down

0 comments on commit 8a61b76

Please sign in to comment.