Skip to content

Commit 4f95a1b

Browse files
committed
dotnet update sdk to 3.1.102
1 parent 8345f8e commit 4f95a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
DOTNET_VERSION=2.1.803,3.1.101
2+
DOTNET_VERSION=2.1.803,3.1.102

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
6565
foreach($line in Get-Content (Join-Path $PSScriptRoot 'build.config'))
6666
{
6767
if ($line -like 'DOTNET_VERSION=*') {
68-
$DotNetVersion = $line.SubString(15).Split(',')
68+
$DotNetVersion = $line.SubString("DOTNET_VERSION=".Length).Split(',')
6969
}
7070
}
7171

0 commit comments

Comments
 (0)