Skip to content

Commit 220b7e4

Browse files
Update dependencies from ".NET Tools - Latest"
1 parent b0708f2 commit 220b7e4

File tree

7 files changed

+237
-235
lines changed

7 files changed

+237
-235
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
<Uri>https://github.com/dotnet/core-setup</Uri>
6464
<Sha>1beee058941a48fe3da68f151bbd84a690af6ab8</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19455.21">
66+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.6">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
68-
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
68+
<Sha>a132fe849ecfe85b067a9329df9bd4f8b87a499f</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.19455.21">
70+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.19456.6">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
72+
<Sha>a132fe849ecfe85b067a9329df9bd4f8b87a499f</Sha>
7373
</Dependency>
7474
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha1.19455.7" CoherentParentDependency="Microsoft.NETCore.App">
7575
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -95,17 +95,17 @@
9595
<Uri>https://github.com/dotnet/coreclr</Uri>
9696
<Sha>f821e2ac58f096bf5c5a830064345c5b16f1db27</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19455.21">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.6">
9999
<Uri>https://github.com/dotnet/arcade</Uri>
100-
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
100+
<Sha>a132fe849ecfe85b067a9329df9bd4f8b87a499f</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.19455.21">
102+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.19456.6">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
104+
<Sha>a132fe849ecfe85b067a9329df9bd4f8b87a499f</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19455.21">
106+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19456.6">
107107
<Uri>https://github.com/dotnet/arcade</Uri>
108-
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
108+
<Sha>a132fe849ecfe85b067a9329df9bd4f8b87a499f</Sha>
109109
</Dependency>
110110
<Dependency Name="System.Resources.Extensions" Version="5.0.0-alpha1.19455.7" CoherentParentDependency="Microsoft.NETCore.App">
111111
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
</PropertyGroup>
4141
<!-- Packages that come from https://github.com/dotnet/arcade -->
4242
<PropertyGroup>
43-
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.19455.21</MicrosoftDotNetApiCompatVersion>
44-
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.19455.21</MicrosoftDotNetCodeAnalysisPackageVersion>
45-
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.19455.21</MicrosoftDotNetGenAPIVersion>
43+
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.19456.6</MicrosoftDotNetApiCompatVersion>
44+
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.19456.6</MicrosoftDotNetCodeAnalysisPackageVersion>
45+
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.19456.6</MicrosoftDotNetGenAPIVersion>
4646
</PropertyGroup>
4747
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
4848
<PropertyGroup>

eng/common/performance/performance-setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Param(
1717
[string] $Configurations="CompilationMode=$CompilationMode"
1818
)
1919

20-
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance")
20+
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance")
2121
$UseCoreRun = ($CoreRootDirectory -ne [string]::Empty)
2222
$UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty)
2323

0 commit comments

Comments
 (0)