File tree Expand file tree Collapse file tree 7 files changed +21
-17
lines changed Expand file tree Collapse file tree 7 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 19
19
<!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
20
20
<!-- Android binary, to support delta APK install -->
21
21
<add key =" xamarin.android util" value =" https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
22
- <!-- Added manually for dotnet/runtime 8.0.10 -->
22
+ <!-- Added manually for dotnet/runtime 8.0.11 -->
23
23
<add key =" darc-pub-dotnet-emsdk-91b783e" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-91b783ed/nuget/v3/index.json" />
24
- <add key =" darc-pub-dotnet-runtime-eeb6f52 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-eeb6f525 /nuget/v3/index.json" />
24
+ <add key =" darc-pub-dotnet-runtime-ef07c4f " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2 /nuget/v3/index.json" />
25
25
</packageSources >
26
26
<disabledPackageSources />
27
27
</configuration >
Original file line number Diff line number Diff line change 1
1
<Dependencies >
2
2
<ProductDependencies >
3
- <Dependency Name =" Microsoft.NET.Sdk" Version =" 9.0.100-rtm.24504.15 " >
3
+ <Dependency Name =" Microsoft.NET.Sdk" Version =" 9.0.100-rtm.24512.1 " >
4
4
<Uri >https://github.com/dotnet/sdk</Uri >
5
- <Sha >6a7f86a90566a15439ae0332f17e50cf34c21c3a </Sha >
5
+ <Sha >5b9d9d4677ea31d954533e9de2f95a3ea638135d </Sha >
6
6
</Dependency >
7
- <Dependency Name =" Microsoft.NET.ILLink.Tasks" Version =" 9.0.0-rtm.24503.8 " CoherentParentDependency =" Microsoft.NET.Sdk" >
7
+ <Dependency Name =" Microsoft.NET.ILLink.Tasks" Version =" 9.0.0-rtm.24510.3 " CoherentParentDependency =" Microsoft.NET.Sdk" >
8
8
<Uri >https://github.com/dotnet/runtime</Uri >
9
- <Sha >3429fee9ed58213a8916e1e2aa921fda6ba24aa2 </Sha >
9
+ <Sha >226c0347b92c4f9649bcc7ad580f74cb0409580e </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 9.0.0-rtm.24503.8 " CoherentParentDependency =" Microsoft.NET.Sdk" >
11
+ <Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 9.0.0-rtm.24510.3 " CoherentParentDependency =" Microsoft.NET.Sdk" >
12
12
<Uri >https://github.com/dotnet/runtime</Uri >
13
- <Sha >3429fee9ed58213a8916e1e2aa921fda6ba24aa2 </Sha >
13
+ <Sha >226c0347b92c4f9649bcc7ad580f74cb0409580e </Sha >
14
14
</Dependency >
15
15
<Dependency Name =" Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version =" 9.0.0-rtm.24469.1" CoherentParentDependency =" Microsoft.NETCore.App.Ref" >
16
16
<Uri >https://github.com/dotnet/emsdk</Uri >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<!-- Package versions-->
3
3
<PropertyGroup >
4
- <MicrosoftNETSdkPackageVersion >9.0.100-rtm.24504.15 </MicrosoftNETSdkPackageVersion >
4
+ <MicrosoftNETSdkPackageVersion >9.0.100-rtm.24512.1 </MicrosoftNETSdkPackageVersion >
5
5
<MicrosoftDotnetSdkInternalPackageVersion >$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion >
6
- <MicrosoftNETILLinkTasksPackageVersion >9.0.0-rtm.24503.8 </MicrosoftNETILLinkTasksPackageVersion >
7
- <MicrosoftNETCoreAppRefPackageVersion >9.0.0-rtm.24503.8 </MicrosoftNETCoreAppRefPackageVersion >
6
+ <MicrosoftNETILLinkTasksPackageVersion >9.0.0-rtm.24510.3 </MicrosoftNETILLinkTasksPackageVersion >
7
+ <MicrosoftNETCoreAppRefPackageVersion >9.0.0-rtm.24510.3 </MicrosoftNETCoreAppRefPackageVersion >
8
8
<MicrosoftDotNetApiCompatPackageVersion >7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion >
9
9
<MicrosoftDotNetBuildTasksFeedPackageVersion >10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion >
10
10
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion >9.0.0-rtm.24469.1</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion >
Original file line number Diff line number Diff line change 4
4
<XamarinAndroidToolsDirectory >$(MSBuildThisFileDirectory)xamarin-android-tools</XamarinAndroidToolsDirectory >
5
5
<Standalone >True</Standalone >
6
6
<RestoreAdditionalProjectSources >
7
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ed13b351 /nuget/v3/index.json;
8
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-064a36d9 /nuget/v3/index.json
7
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2 /nuget/v3/index.json;
8
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71 /nuget/v3/index.json;
9
9
</RestoreAdditionalProjectSources >
10
10
</PropertyGroup >
11
11
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
4
4
<DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
5
+ <RestoreAdditionalProjectSources >
6
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2/nuget/v3/index.json;
7
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71/nuget/v3/index.json;
8
+ </RestoreAdditionalProjectSources >
5
9
</PropertyGroup >
6
10
</Project >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<XamarinAndroidToolsDirectory >$(MSBuildThisFileDirectory)xamarin-android-tools</XamarinAndroidToolsDirectory >
5
5
<RestoreAdditionalProjectSources >
6
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ed13b351 /nuget/v3/index.json;
7
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-064a36d9 /nuget/v3/index.json
6
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2 /nuget/v3/index.json;
7
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71 /nuget/v3/index.json;
8
8
</RestoreAdditionalProjectSources >
9
9
</PropertyGroup >
10
10
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\Directory.Build.props" />
4
4
<PropertyGroup >
5
5
<RestoreAdditionalProjectSources >
6
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ed13b351 /nuget/v3/index.json;
7
- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-064a36d9 /nuget/v3/index.json
6
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2 /nuget/v3/index.json;
7
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-061c8b71 /nuget/v3/index.json;
8
8
</RestoreAdditionalProjectSources >
9
9
</PropertyGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments