mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
![dotnet-maestro[bot]](/assets/img/avatar_default.png)
* Update dependencies from https://github.com/dotnet/sdk build 20241205.31 Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task From Version 9.0.102-servicing.24579.1 -> To Version 9.0.102-servicing.24605.31 * Update dependencies from https://github.com/dotnet/sdk build 20241210.2 Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task From Version 9.0.102-servicing.24579.1 -> To Version 9.0.102-servicing.24610.2 * Set UseMonoRuntime=false to workaround WABT restore issue --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
40 lines
2.6 KiB
XML
40 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!-- Don't use any higher level config files.
|
|
Our builds need to be isolated from user/machine state -->
|
|
<fallbackPackageFolders>
|
|
<clear />
|
|
</fallbackPackageFolders>
|
|
<packageSources>
|
|
<clear />
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
<!-- Begin: Package sources from dotnet-emsdk -->
|
|
<add key="darc-pub-dotnet-emsdk-5a19723" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-5a197234/nuget/v3/index.json" />
|
|
<add key="darc-pub-dotnet-emsdk-5a19723-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-5a197234-1/nuget/v3/index.json" />
|
|
<!-- End: Package sources from dotnet-emsdk -->
|
|
<!-- Begin: Package sources from dotnet-sdk -->
|
|
<add key="darc-pub-dotnet-sdk-a345a00" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-a345a003/nuget/v3/index.json" />
|
|
<!-- End: Package sources from dotnet-sdk -->
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
|
<!--
|
|
'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
|
|
one as a template. The following line is a marker to insert the test restore sources.
|
|
-->
|
|
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
|
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
|
|
<!-- Required for System.CommandLine SB intermediate -->
|
|
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
|
|
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
|
|
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<auditSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</auditSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|