Skip to content

Commit d6d5aef

Browse files
ivanduplenskikhv-mazayt
andauthored
Update dotnet sdk to v6.0.424/runtime to v6.0.32 (#4912)
* Update dotnet sdk to v6.0.424/runtime to v6.0.32 * Empty-Commit --------- Co-authored-by: v-mazayt <[email protected]>
1 parent 4249bef commit d6d5aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azure-pipelines/build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- task: UseDotNet@2
187187
displayName: Install .NET Core 6 SDK
188188
inputs:
189-
version: '6.0.421'
189+
version: '6.0.424'
190190
packageType: sdk
191191
performMultiLevelLookup: true
192192
- script: ${{ variables.devCommand }} testl1 Debug ${{ parameters.os }}-${{ parameters.arch }}

src/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFramework>net6</TargetFramework>
4-
<RuntimeFrameworkVersion>6.0.29</RuntimeFrameworkVersion>
4+
<RuntimeFrameworkVersion>6.0.32</RuntimeFrameworkVersion>
55
<RuntimeIdentifier Condition="'$(BuildingInsideVisualStudio)' != 'true'">$(PackageRuntime)</RuntimeIdentifier>
66
<SelfContained>true</SelfContained>
77
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>

src/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source "$SCRIPT_DIR/.helpers.sh"
2121

2222
REPO_ROOT="${SCRIPT_DIR}/.."
2323
DOTNETSDK_ROOT="${REPO_ROOT}/_dotnetsdk"
24-
DOTNETSDK_VERSION="6.0.421"
24+
DOTNETSDK_VERSION="6.0.424"
2525
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
2626
AGENT_VERSION=$(cat "$SCRIPT_DIR/agentversion" | head -n 1 | tr -d "\n\r")
2727

0 commit comments

Comments
 (0)