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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dotnet-bootstrap/dotnet.bootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dotnet-bootstrap/dotnet.bootstrap.py b/tools/dotnet-bootstrap/dotnet.bootstrap.py
index 92749bc0..efbe77b6 100755
--- a/tools/dotnet-bootstrap/dotnet.bootstrap.py
+++ b/tools/dotnet-bootstrap/dotnet.bootstrap.py
@@ -234,9 +234,9 @@ class RoverSettings:
versionB = SemanticVersion(versionStrB)
if(versionA > versionB):
- return versionA
+ return versionStrA
- return versionB
+ return versionStrB
@staticmethod