File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
- task : UseDotNet@2
187
187
displayName : Install .NET Core 6 SDK
188
188
inputs :
189
- version : ' 6.0.421 '
189
+ version : ' 6.0.424 '
190
190
packageType : sdk
191
191
performMultiLevelLookup : true
192
192
- script : ${{ variables.devCommand }} testl1 Debug ${{ parameters.os }}-${{ parameters.arch }}
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<TargetFramework >net6</TargetFramework >
4
- <RuntimeFrameworkVersion >6.0.29 </RuntimeFrameworkVersion >
4
+ <RuntimeFrameworkVersion >6.0.32 </RuntimeFrameworkVersion >
5
5
<RuntimeIdentifier Condition =" '$(BuildingInsideVisualStudio)' != 'true'" >$(PackageRuntime)</RuntimeIdentifier >
6
6
<SelfContained >true</SelfContained >
7
7
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source "$SCRIPT_DIR/.helpers.sh"
21
21
22
22
REPO_ROOT=" ${SCRIPT_DIR} /.."
23
23
DOTNETSDK_ROOT=" ${REPO_ROOT} /_dotnetsdk"
24
- DOTNETSDK_VERSION=" 6.0.421 "
24
+ DOTNETSDK_VERSION=" 6.0.424 "
25
25
DOTNETSDK_INSTALLDIR=" $DOTNETSDK_ROOT /$DOTNETSDK_VERSION "
26
26
AGENT_VERSION=$( cat " $SCRIPT_DIR /agentversion" | head -n 1 | tr -d " \n\r" )
27
27
You can’t perform that action at this time.
0 commit comments