Skip to content
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-pub-dotnet-runtime-c2c9c8b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-c2c9c8ba/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-aspnetcore -->
<add key="darc-pub-dotnet-aspnetcore-a731050" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-a7310506/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-pub-dotnet-efcore-b7faa02" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-b7faa02c/nuget/v3/index.json" />
<add key="darc-pub-dotnet-efcore-0b9076f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-0b9076f2/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/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-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26070.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.26180.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9b9436a55a49bd58acb8ae95a57ad2185da26805</Sha>
<Sha>57da0818c9c45c5b637d8534c4227eaae45dd6c0</Sha>
</Dependency>
</ToolsetDependencies>
<ProductDependencies>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.13">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.16">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b7faa02c28aef424d6153ff0dc5271d28b2faa7a</Sha>
<Sha>0b9076f2c6d134e5fd0be311785b30df3f8bbb22</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.13">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.16">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b7faa02c28aef424d6153ff0dc5271d28b2faa7a</Sha>
<Sha>0b9076f2c6d134e5fd0be311785b30df3f8bbb22</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.13">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.16">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b7faa02c28aef424d6153ff0dc5271d28b2faa7a</Sha>
<Sha>0b9076f2c6d134e5fd0be311785b30df3f8bbb22</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="9.0.14">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
<!-- Ref packages from darc subscriptions-->
<!-- Microsoft.EntityFrameworkCore.Design -->
<MicrosoftEntityFrameworkCoreDesignPackageVersion>9.0.13</MicrosoftEntityFrameworkCoreDesignPackageVersion>
<MicrosoftEntityFrameworkCoreDesignPackageVersion>9.0.16</MicrosoftEntityFrameworkCoreDesignPackageVersion>
<!-- Microsoft.EntityFrameworkCore -->
<MicrosoftEntityFrameworkCorePackageVersion>9.0.13</MicrosoftEntityFrameworkCorePackageVersion>
<MicrosoftEntityFrameworkCorePackageVersion>9.0.16</MicrosoftEntityFrameworkCorePackageVersion>
<!-- Microsoft.EntityFrameworkCore.SqlServer -->
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>9.0.13</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>9.0.16</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<!-- Microsoft.Extensions.Caching.Memory -->
<MicrosoftExtensionsCachingMemoryPackageVersion>9.0.13</MicrosoftExtensionsCachingMemoryPackageVersion>
<!-- Microsoft.Extensions.DependencyInjection -->
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dotnet": "9.0.308"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26180.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23607.2"
}
}
Loading