Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-01-15 03:18:05 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-15 03:18:05 +0300
commitc433cf7a403b61ae65700deee4a07a31e70888b6 (patch)
treeb5313a91e00e1c3bb821e36e177d268ecaf21a6d
parent073c7a9c13871ea0125208424ae9d06301920ac5 (diff)
Remove rollForward
-rw-r--r--global.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/global.json b/global.json
index 8f73c70..2a9ec01 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,5 @@
{
"sdk": {
- "version": "6.0.101",
- "rollForward": "latestFeature"
+ "version": "6.0.101"
}
}