File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 280
280
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
281
281
<Sha >1b9707a1fa56abb49ac8a286fd89a91527b6c7d3</Sha >
282
282
</Dependency >
283
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.24204 .4" >
283
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.24266 .4" >
284
284
<Uri >https://github.com/dotnet/arcade</Uri >
285
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
285
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
286
286
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
287
287
</Dependency >
288
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.24204 .4" >
288
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.24266 .4" >
289
289
<Uri >https://github.com/dotnet/arcade</Uri >
290
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
290
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
291
291
</Dependency >
292
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 6.0.0-beta.24204 .4" >
292
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 6.0.0-beta.24266 .4" >
293
293
<Uri >https://github.com/dotnet/arcade</Uri >
294
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
294
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
295
295
</Dependency >
296
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.24204 .4" >
296
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.24266 .4" >
297
297
<Uri >https://github.com/dotnet/arcade</Uri >
298
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
298
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
299
299
</Dependency >
300
300
</ToolsetDependencies >
301
301
</Dependencies >
Original file line number Diff line number Diff line change 131
131
<MicrosoftEntityFrameworkCoreVersion >6.0.32</MicrosoftEntityFrameworkCoreVersion >
132
132
<MicrosoftEntityFrameworkCoreDesignVersion >6.0.32</MicrosoftEntityFrameworkCoreDesignVersion >
133
133
<!-- Packages from dotnet/arcade -->
134
- <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.24204 .4</MicrosoftDotNetBuildTasksInstallersVersion >
135
- <MicrosoftDotNetBuildTasksTemplatingVersion >6.0.0-beta.24204 .4</MicrosoftDotNetBuildTasksTemplatingVersion >
134
+ <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.24266 .4</MicrosoftDotNetBuildTasksInstallersVersion >
135
+ <MicrosoftDotNetBuildTasksTemplatingVersion >6.0.0-beta.24266 .4</MicrosoftDotNetBuildTasksTemplatingVersion >
136
136
</PropertyGroup >
137
137
<!--
138
138
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexPackageVersion : 1.0.1-20210614 .1
3
+ sourceIndexPackageVersion : 1.0.1-20240320 .1
4
4
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
5
5
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
6
6
preSteps : []
@@ -32,10 +32,10 @@ jobs:
32
32
- ${{ preStep }}
33
33
34
34
- task : UseDotNet@2
35
- displayName : Use .NET Core sdk 3.1
35
+ displayName : Use .NET 8 SDK
36
36
inputs :
37
37
packageType : sdk
38
- version : 3.1 .x
38
+ version : 8.0 .x
39
39
installationPath : $(Agent.TempDirectory)/dotnet
40
40
workingDirectory : $(Agent.TempDirectory)
41
41
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
15
15
defaultManagedPlatform :
16
16
name : ' Managed'
17
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
18
18
19
19
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
20
20
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexPackageVersion : 1.0.1-20210614 .1
3
+ sourceIndexPackageVersion : 1.0.1-20240320 .1
4
4
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
5
5
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
6
6
preSteps : []
@@ -30,10 +30,10 @@ jobs:
30
30
- ${{ preStep }}
31
31
32
32
- task : UseDotNet@2
33
- displayName : Use .NET Core sdk 3.1
33
+ displayName : Use .NET 8 SDK
34
34
inputs :
35
35
packageType : sdk
36
- version : 3.1 .x
36
+ version : 8.0 .x
37
37
installationPath : $(Agent.TempDirectory)/dotnet
38
38
workingDirectory : $(Agent.TempDirectory)
39
39
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
15
15
defaultManagedPlatform :
16
16
name : ' Managed'
17
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
18
18
19
19
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
20
20
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change 29
29
},
30
30
"msbuild-sdks" : {
31
31
"Yarn.MSBuild" : " 1.22.19" ,
32
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.24204 .4" ,
33
- "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.24204 .4"
32
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.24266 .4" ,
33
+ "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.24266 .4"
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments