File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
src/Tests/Microsoft.NET.Build.Tests Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 491
491
</Dependency >
492
492
</ProductDependencies >
493
493
<ToolsetDependencies >
494
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24504.2 " >
494
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24508.1 " >
495
495
<Uri >https://github.com/dotnet/arcade</Uri >
496
- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
496
+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
497
497
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
498
498
</Dependency >
499
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24504.2 " >
499
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24508.1 " >
500
500
<Uri >https://github.com/dotnet/arcade</Uri >
501
- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
501
+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
502
502
</Dependency >
503
- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.24504.2 " >
503
+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.24508.1 " >
504
504
<Uri >https://github.com/dotnet/arcade</Uri >
505
- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
505
+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
506
506
</Dependency >
507
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24504.2 " >
507
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.24508.1 " >
508
508
<Uri >https://github.com/dotnet/arcade</Uri >
509
- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
509
+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
510
510
</Dependency >
511
511
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.1" >
512
512
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 34
34
<SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
35
35
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
36
36
<SystemReflectionMetadataVersion >7.0.0</SystemReflectionMetadataVersion >
37
- <MicrosoftDotNetSignToolVersion >8.0.0-beta.24504.2 </MicrosoftDotNetSignToolVersion >
37
+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.24508.1 </MicrosoftDotNetSignToolVersion >
38
38
<MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
39
39
<SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
40
40
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
209
209
<PropertyGroup >
210
210
<FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
211
211
<FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
212
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24504.2 </MicrosoftDotNetXUnitExtensionsVersion >
212
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24508.1 </MicrosoftDotNetXUnitExtensionsVersion >
213
213
<MoqPackageVersion >4.18.4</MoqPackageVersion >
214
214
<XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
215
215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ function IsWindowsPlatform() {
892
892
}
893
893
894
894
function Get-Darc ($version ) {
895
- $darcPath = " $TempDir \darc\$ ( New-Guid ) "
895
+ $darcPath = " $TempDir \darc\$ ( [ guid ]::NewGuid() ) "
896
896
if ($version -ne $null ) {
897
897
& $PSScriptRoot \darc- init.ps1 - toolpath $darcPath - darcVersion $version | Out-Host
898
898
} else {
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 8.0.108 " ,
3
+ "dotnet" : " 8.0.110 " ,
4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" $(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)"
14
14
}
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24504.2 " ,
18
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24504.2 "
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24508.1 " ,
18
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24508.1 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ public void ManagedWinRTComponentCanBeReferenced()
100
100
managedWinRTComponent . AdditionalProperties . Add ( "CsWinRTComponent" , "true" ) ;
101
101
managedWinRTComponent . AdditionalProperties . Add ( "PlatformTarget" , "x64" ) ;
102
102
103
- // TODO: Update to latest (currently 1.2.5 ) once it shows up on dotnet-public feed
104
- managedWinRTComponent . PackageReferences . Add ( new TestPackageReference ( "Microsoft.Windows.CsWinRT" , "1.2.3 " ) ) ;
103
+ // TODO: Update to latest (currently 2.1.1 ) once it shows up on dotnet-public feed
104
+ managedWinRTComponent . PackageReferences . Add ( new TestPackageReference ( "Microsoft.Windows.CsWinRT" , "2.1.1 " ) ) ;
105
105
106
106
managedWinRTComponent . SourceFiles [ "Coords.cs" ] = @"using System;
107
107
You can’t perform that action at this time.
0 commit comments