Skip to content

Commit

Permalink
Bump dotnet to 6.0.413 & node16 to 16.20.2 (#4429)
Browse files Browse the repository at this point in the history
* Bump dotnet to 6.0.413 & node16 to 16.20.2

* bump .net version in project & build-job pipeline

---------

Co-authored-by: v-kivlev <undefined>
  • Loading branch information
kirill-ivlev authored Sep 11, 2023
1 parent 899e3d4 commit b7f613a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- task: UseDotNet@2
displayName: Install .NET Core 6 SDK
inputs:
version: '6.0.405'
version: '6.0.413'
packageType: sdk
performMultiLevelLookup: true
- script: ${{ variables.devCommand }} testl1 Debug ${{ parameters.os }}-${{ parameters.arch }}
Expand Down
2 changes: 1 addition & 1 deletion src/Common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<RuntimeFrameworkVersion>6.0.13</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>6.0.21</RuntimeFrameworkVersion>
<RuntimeIdentifier>$(PackageRuntime)</RuntimeIdentifier>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
Expand Down
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

NODE_VERSION="6.17.1"
NODE10_VERSION="10.24.1"
NODE16_VERSION="16.20.0"
NODE16_VERSION="16.20.2"
NODE20_VERSION="20.3.1"
MINGIT_VERSION="2.41.0"
LFS_VERSION="3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "$SCRIPT_DIR/.helpers.sh"

REPO_ROOT="${SCRIPT_DIR}/.."
DOTNETSDK_ROOT="${REPO_ROOT}/_dotnetsdk"
DOTNETSDK_VERSION="6.0.405"
DOTNETSDK_VERSION="6.0.413"
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
AGENT_VERSION=$(cat "$SCRIPT_DIR/agentversion" | head -n 1 | tr -d "\n\r")

Expand Down

0 comments on commit b7f613a

Please sign in to comment.