Skip to content
Open
3 changes: 3 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<add key="darc-pub-dotnet-android-1dcfb6f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-1dcfb6f8/nuget/v3/index.json" />
<add key="darc-pub-dotnet-android-1dcfb6f-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-1dcfb6f8-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-android -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-pub-dotnet-runtime-fe023f1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-fe023f17/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<!-- ensure only the sources defined below are used -->
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
Expand Down
29 changes: 17 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rc.2.25475.108">
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rc.2.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-rc.2.25475.108">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-rc.2.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.2.25475.108">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.2.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25475.108">
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
<!-- Previous .NET Android version(s) -->
<Dependency Name="Microsoft.NET.Sdk.Android.Manifest-9.0.100" Version="35.0.105">
Expand All @@ -25,15 +25,20 @@
<Uri>https://github.com/dotnet/android</Uri>
<Sha>82d8938cf80f6d5fa6c28529ddfbdb753d805ab4</Sha>
</Dependency>
<!-- Previous .NET version -->
<Dependency Name="Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100" Version="9.0.10">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>fe023f17474aab631c9ee8caeabfae03af46689b</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25475.108">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100-rc.2.25475.108">
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100-rc.2.25502.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>dcfd7e5d2118697d89716c1d5c2127da44e7fe3b</Sha>
<Sha>afb87a943ff83ab24bde7c1fa2c8d42f4b0efdc0</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
12 changes: 6 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETSdkPackageVersion>10.0.100-rc.2.25475.108</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>10.0.100-rc.2.25502.106</MicrosoftNETSdkPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-rc.2.25475.108</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.2.25475.108</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-rc.2.25502.106</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.2.25502.106</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25475.108</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25502.106</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETWorkloadMonoToolChainPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETWorkloadMonoToolChainPackageVersion>
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETWorkloadEmscriptenPackageVersion>
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-rc.2.25475.108</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25475.108</MicrosoftDotNetCecilPackageVersion>
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-rc.2.25502.106</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25502.106</MicrosoftDotNetCecilPackageVersion>
<SystemIOHashingPackageVersion>9.0.4</SystemIOHashingPackageVersion>
<!-- Previous .NET Android version -->
<MicrosoftNETSdkAndroidManifest90100PackageVersion>35.0.105</MicrosoftNETSdkAndroidManifest90100PackageVersion>
Expand Down
3 changes: 1 addition & 2 deletions external/Java.Interop.override.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<XamarinAndroidToolsDirectory>$(MSBuildThisFileDirectory)xamarin-android-tools</XamarinAndroidToolsDirectory>
<Standalone>True</Standalone>
<RestoreAdditionalProjectSources>
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-fe023f17/nuget/v3/index.json;
</RestoreAdditionalProjectSources>
</PropertyGroup>

Expand Down
3 changes: 1 addition & 2 deletions external/debugger-libs.override.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
<RestoreAdditionalProjectSources>
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-fe023f17/nuget/v3/index.json;
</RestoreAdditionalProjectSources>
</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions external/xamarin-android-tools.override.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<AndroidToolsDisableMultiTargeting>true</AndroidToolsDisableMultiTargeting>
<PackageOutputPath>$(MSBuildThisFileDirectory)..\bin\Build$(Configuration)\nuget-unsigned\</PackageOutputPath>
<RestoreAdditionalProjectSources>
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-fe023f17/nuget/v3/index.json;
</RestoreAdditionalProjectSources>
</PropertyGroup>
<Target Name="_GetXAVersionInfo"
Expand Down
Loading