-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
global.json
: Change "rollForward": "latestMajor",
-> `"rollForwar…
…d": "latestFeature"`. (#1338) Update global.json
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,13 +36,16 @@ Please see our [Code of Conduct](https://dotnetfoundation.org/code-of-conduct). | |
|
||
As should be clear by now: we assume everyone tries to do their best, everyone should be treated with respect and equally. | ||
|
||
In the unfortunate event that doesn't happen, please feel free to report it to any of the team members or reach out to [Gerald](maillo:[email protected]) directly. | ||
In the unfortunate event that doesn't happen, please feel free to report it to any of the team members or reach out to [Gerald](mailto:[email protected]) directly. | ||
|
||
We will take appropriate actions and measures if necessary. | ||
|
||
## Prerequisites | ||
|
||
You will need to complete a Contribution License Agreement before any pull request can be accepted. Complete the CLA at https://cla.dotnetfoundation.org/. This will also be triggered whenever you open a PR and the link should guide you through it. | ||
1. Install latest stable [.NET SDK](https://dotnet.microsoft.com/en-us/download) | ||
1. Install .NET MAUI workloads (we recommend using Visual Studio installer) | ||
|
||
> You will need to complete a Contribution License Agreement before any pull request can be accepted. Complete the CLA at https://cla.dotnetfoundation.org/. This will also be triggered whenever you open a PR and the link should guide you through it. | ||
## Reporting a bug | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.200", | ||
"rollForward": "latestMajor", | ||
"rollForward": "latestFeature", | ||
"allowPrerelease": false | ||
} | ||
} |