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: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from vs-code-coverage -->
<add key="darc-pub-vs-code-coverage-6836166" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-vs-code-coverage-68361668/nuget/v3/index.json" />
<!-- End: Package sources from vs-code-coverage -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<!-- When building TestAssets we read the keys from here and provide them directly to dotnet restore together with path to artifacts/packages/<configuration>/Shipping,
Expand Down
16 changes: 5 additions & 11 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ This file should be imported by eng/Versions.props
<!-- _git/vs-code-coverage dependencies -->
<MicrosoftInternalCodeCoveragePackageVersion>18.4.0-preview.26072.1</MicrosoftInternalCodeCoveragePackageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.26070.110</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<!-- dotnet/runtime dependencies -->
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
<!-- dotnet/core-setup dependencies -->
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26073.1</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.26080.101</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26079.111</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>11.0.0-preview.2.26079.111</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>11.0.0-preview.2.26079.111</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
<!-- dotnet/symreader-converter dependencies -->
<MicrosoftDiaSymReaderConverterPackageVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderConverterPackageVersion>
<MicrosoftDiaSymReaderPdb2PdbPackageVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderPdb2PdbPackageVersion>
Expand All @@ -25,12 +22,9 @@ This file should be imported by eng/Versions.props
<MicrosoftInternalCodeCoverageVersion>$(MicrosoftInternalCodeCoveragePackageVersion)</MicrosoftInternalCodeCoverageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDiagnosticsNETCoreClientVersion>$(MicrosoftDiagnosticsNETCoreClientPackageVersion)</MicrosoftDiagnosticsNETCoreClientVersion>
<!-- dotnet/runtime dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftExtensionsDependencyModelVersion>$(MicrosoftExtensionsDependencyModelPackageVersion)</MicrosoftExtensionsDependencyModelVersion>
<!-- dotnet/core-setup dependencies -->
<MicrosoftExtensionsFileSystemGlobbingVersion>$(MicrosoftExtensionsFileSystemGlobbingPackageVersion)</MicrosoftExtensionsFileSystemGlobbingVersion>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<!-- dotnet/symreader-converter dependencies -->
<MicrosoftDiaSymReaderConverterVersion>$(MicrosoftDiaSymReaderConverterPackageVersion)</MicrosoftDiaSymReaderConverterVersion>
<MicrosoftDiaSymReaderPdb2PdbVersion>$(MicrosoftDiaSymReaderPdb2PdbPackageVersion)</MicrosoftDiaSymReaderPdb2PdbVersion>
Expand Down
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="a8b46ab052618a946f8b728e7ffa6566ef7c094b" BarId="298090" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="fd46c9c9899610c1d999268dfb0382aa229222e1" BarId="299501" />
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="18.4.0-preview.26072.1">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>ae035f0af6b413b9876812edd69b34ae4a724c83</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.26070.110">
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.26080.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>a8b46ab052618a946f8b728e7ffa6566ef7c094b</Sha>
<Sha>fd46c9c9899610c1d999268dfb0382aa229222e1</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="11.0.0-preview.2.26079.111">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>159b6d62add9dd2bbaaaaef8169f3d50f3cd711a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="2.0.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="11.0.0-preview.2.26079.111">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>159b6d62add9dd2bbaaaaef8169f3d50f3cd711a</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26073.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5353d03e27329df35a68fedf3da1fbb26cdd8057</Sha>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26079.111">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>159b6d62add9dd2bbaaaaef8169f3d50f3cd711a</Sha>
</Dependency>
<Dependency Name="Microsoft.DiaSymReader.Pdb2Pdb" Version="1.1.0-beta2-19575-01">
<Uri>https://github.com/dotnet/symreader-converter</Uri>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"dotnet": "11.0.100-alpha.1.26064.118"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26073.1"
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26079.111"
}
}
Loading