Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</PropertyGroup>

<PropertyGroup>
<RepositoryUrl>https://github.com/dotnet/diagnostics</RepositoryUrl>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
3 changes: 2 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-dotnet -->
<add key="darc-pub-dotnet-dotnet-5ddd0dd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-5ddd0ddc/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-dotnet -->
<!-- Begin: Package sources from dotnet-aspnetcore -->
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" />
<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" />
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
Expand Down
3 changes: 0 additions & 3 deletions dotnet.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ set /p dotnetPath=<%~dp0artifacts\toolset\sdk.txt
:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69).
set Platform=

:: Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
set DOTNET_MULTILEVEL_LOOKUP=0

:: Disable first run since we want to control all package sources
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1

Expand Down
3 changes: 0 additions & 3 deletions dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ while [[ -h $source ]]; do
done
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"

# Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
export DOTNET_MULTILEVEL_LOOKUP=0

# Disable first run since we want to control all package sources
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1

Expand Down
62 changes: 31 additions & 31 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,45 @@ This file should be imported by eng/Versions.props
-->
<Project>
<PropertyGroup>
<!-- microsoft/clrmd dependencies -->
<MicrosoftDiagnosticsRuntimePackageVersion>4.0.0-beta.26072.1</MicrosoftDiagnosticsRuntimePackageVersion>
<MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>4.0.0-beta.26072.1</MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>
<!-- dotnet/command-line-api dependencies -->
<SystemCommandLinePackageVersion>2.0.0-beta5.25210.1</SystemCommandLinePackageVersion>
<!-- dotnet/android dependencies -->
<!-- dotnet-android dependencies -->
<XamarinAndroidToolsAndroidSdkPackageVersion>1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion>
<!-- dotnet/arcade dependencies -->
<!-- dotnet-arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26123.2</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.26123.2</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetRemoteExecutorPackageVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftAspNetCoreAppRefPackageVersion>10.0.5</MicrosoftAspNetCoreAppRefPackageVersion>
<MicrosoftAspNetCoreAppRefInternalPackageVersion>10.0.5-servicing.26153.111</MicrosoftAspNetCoreAppRefInternalPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>5.0.0-2.26153.111</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-2.26153.111</MicrosoftCodeAnalysisAnalyzersPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-2.26153.111</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>10.0.105</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
<MicrosoftNETSdkPackageVersion>10.0.105-servicing.26153.111</MicrosoftNETSdkPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.5</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>10.0.5-servicing.26153.111</MicrosoftNETCorePlatformsPackageVersion>
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>10.0.5-servicing.26153.111</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
<!-- dotnet-command-line-api dependencies -->
<SystemCommandLinePackageVersion>2.0.0-beta5.25210.1</SystemCommandLinePackageVersion>
<!-- dotnet-dotnet dependencies -->
<MicrosoftAspNetCoreAppRefPackageVersion>11.0.0-preview.3.26167.112</MicrosoftAspNetCoreAppRefPackageVersion>
<MicrosoftAspNetCoreAppRefInternalPackageVersion>11.0.0-preview.3.26167.112</MicrosoftAspNetCoreAppRefInternalPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>5.6.0-2.26167.112</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.6.0-2.26167.112</MicrosoftCodeAnalysisAnalyzersPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>5.6.0-2.26167.112</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>11.0.100-preview.3.26167.112</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
<MicrosoftNETSdkPackageVersion>11.0.100-preview.3.26167.112</MicrosoftNETSdkPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-preview.3.26167.112</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-preview.3.26167.112</MicrosoftNETCorePlatformsPackageVersion>
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.3.26167.112</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
<!-- microsoft-clrmd dependencies -->
<MicrosoftDiagnosticsRuntimePackageVersion>4.0.0-beta.26072.1</MicrosoftDiagnosticsRuntimePackageVersion>
<MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>4.0.0-beta.26072.1</MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
<!-- microsoft/clrmd dependencies -->
<MicrosoftDiagnosticsRuntimeVersion>$(MicrosoftDiagnosticsRuntimePackageVersion)</MicrosoftDiagnosticsRuntimeVersion>
<MicrosoftDiagnosticsRuntimeUtilitiesVersion>$(MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion)</MicrosoftDiagnosticsRuntimeUtilitiesVersion>
<!-- dotnet/command-line-api dependencies -->
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
<!-- dotnet/android dependencies -->
<!-- dotnet-android dependencies -->
<XamarinAndroidToolsAndroidSdkVersion>$(XamarinAndroidToolsAndroidSdkPackageVersion)</XamarinAndroidToolsAndroidSdkVersion>
<!-- dotnet/arcade dependencies -->
<!-- dotnet-arcade dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftDotNetCodeAnalysisVersion>$(MicrosoftDotNetCodeAnalysisPackageVersion)</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetRemoteExecutorVersion>$(MicrosoftDotNetRemoteExecutorPackageVersion)</MicrosoftDotNetRemoteExecutorVersion>
<!-- dotnet/dotnet dependencies -->
<!-- dotnet-command-line-api dependencies -->
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
<!-- dotnet-dotnet dependencies -->
<MicrosoftAspNetCoreAppRefVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</MicrosoftAspNetCoreAppRefVersion>
<MicrosoftAspNetCoreAppRefInternalVersion>$(MicrosoftAspNetCoreAppRefInternalPackageVersion)</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftCodeAnalysisVersion>$(MicrosoftCodeAnalysisPackageVersion)</MicrosoftCodeAnalysisVersion>
Expand All @@ -62,5 +59,8 @@ This file should be imported by eng/Versions.props
<runtimeosxx64MicrosoftDotNetCdacTransportVersion>$(runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion)</runtimeosxx64MicrosoftDotNetCdacTransportVersion>
<runtimewinarm64MicrosoftDotNetCdacTransportVersion>$(runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion)</runtimewinarm64MicrosoftDotNetCdacTransportVersion>
<runtimewinx64MicrosoftDotNetCdacTransportVersion>$(runtimewinx64MicrosoftDotNetCdacTransportPackageVersion)</runtimewinx64MicrosoftDotNetCdacTransportVersion>
<!-- microsoft-clrmd dependencies -->
<MicrosoftDiagnosticsRuntimeVersion>$(MicrosoftDiagnosticsRuntimePackageVersion)</MicrosoftDiagnosticsRuntimeVersion>
<MicrosoftDiagnosticsRuntimeUtilitiesVersion>$(MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion)</MicrosoftDiagnosticsRuntimeUtilitiesVersion>
</PropertyGroup>
</Project>
62 changes: 31 additions & 31 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="4e6cfd9762f7562d398be31e2bff79f3e993a9c2" BarId="284895" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="a6a5ddf95840f305b42bd43a8d30b062f9b67d1f" BarId="306701" />
<ProductDependencies>
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="4.0.0-beta.26072.1">
<Uri>https://github.com/microsoft/clrmd</Uri>
Expand Down Expand Up @@ -32,75 +32,75 @@
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
</Dependency>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.105-servicing.26153.111">
<Dependency Name="Microsoft.NET.Sdk" Version="11.0.100-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<!-- Latest shared aspnetcore version updated by darc -->
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.5-servicing.26153.111">
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.5">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<!-- Latest shared runtime version updated by darc -->
<!-- We use platforms for the unstable package version and
the ref pack as the stable version. We need them as download links
use the unstable version, but the installed assets are all stable. -->
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.5">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.5-servicing.26153.111">
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.5-servicing.26153.111">
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<!--
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-2.26153.111">
<Dependency Name="Microsoft.CodeAnalysis" Version="5.6.0-2.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-2.26153.111">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.6.0-2.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-2.26153.111">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0-2.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.105">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="11.0.100-preview.3.26167.112">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
<Sha>a6a5ddf95840f305b42bd43a8d30b062f9b67d1f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
Loading
Loading