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 295
295
</Dependency >
296
296
</ProductDependencies >
297
297
<ToolsetDependencies >
298
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.24204 .4" >
298
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.24266 .4" >
299
299
<Uri >https://github.com/dotnet/arcade</Uri >
300
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
300
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
301
301
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
302
302
</Dependency >
303
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.24204 .4" >
303
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.24266 .4" >
304
304
<Uri >https://github.com/dotnet/arcade</Uri >
305
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
305
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
306
306
</Dependency >
307
- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 6.0.0-beta.24204 .4" >
307
+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 6.0.0-beta.24266 .4" >
308
308
<Uri >https://github.com/dotnet/arcade</Uri >
309
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
309
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
310
310
</Dependency >
311
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 6.0.0-beta.24204 .4" >
311
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 6.0.0-beta.24266 .4" >
312
312
<Uri >https://github.com/dotnet/arcade</Uri >
313
- <Sha >bd9b4590681e602535ed414e98a17e6ba121dca4 </Sha >
313
+ <Sha >2eab07c3d7b78219d10099b19fafeef2ecae1779 </Sha >
314
314
</Dependency >
315
315
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 6.0.0" >
316
316
<Uri >https://github.com/dotnet/runtime</Uri >
Original file line number Diff line number Diff line change 30
30
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
31
31
<SystemReflectionMetadataVersion >6.0.0</SystemReflectionMetadataVersion >
32
32
<SystemSecurityCryptographyPkcsPackageVersion >6.0.4</SystemSecurityCryptographyPkcsPackageVersion >
33
- <MicrosoftDotNetSignToolVersion >6.0.0-beta.24204 .4</MicrosoftDotNetSignToolVersion >
33
+ <MicrosoftDotNetSignToolVersion >6.0.0-beta.24266 .4</MicrosoftDotNetSignToolVersion >
34
34
<MicrosoftWebXdtPackageVersion >3.1.0</MicrosoftWebXdtPackageVersion >
35
35
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
36
36
<SystemXmlXmlDocumentPackageVersion >4.3.0</SystemXmlXmlDocumentPackageVersion >
174
174
<PropertyGroup >
175
175
<FluentAssertionsVersion >4.19.2</FluentAssertionsVersion >
176
176
<FluentAssertionsJsonVersion >4.19.0</FluentAssertionsJsonVersion >
177
- <MicrosoftDotNetXUnitExtensionsVersion >6.0.0-beta.24204 .4</MicrosoftDotNetXUnitExtensionsVersion >
177
+ <MicrosoftDotNetXUnitExtensionsVersion >6.0.0-beta.24266 .4</MicrosoftDotNetXUnitExtensionsVersion >
178
178
<MoqPackageVersion >4.8.2</MoqPackageVersion >
179
179
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
180
180
</PropertyGroup >
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 11
11
}
12
12
},
13
13
"msbuild-sdks" : {
14
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.24204 .4" ,
15
- "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.24204 .4"
14
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.24266 .4" ,
15
+ "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.24266 .4"
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments