Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/6.0] Update dependencies from dotnet/efcore #37721

Merged
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
3 changes: 3 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-pub-dotnet-runtime-c86a857" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-c86a857c/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-pub-dotnet-efcore-432e3cf3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-432e3cf3/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" />
Expand Down
32 changes: 16 additions & 16 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
-->
<Dependencies>
<ProductDependencies>
<Dependency Name="dotnet-ef" Version="6.0.0-rtm.21519.8">
<Dependency Name="dotnet-ef" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rtm.21519.8">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>7dd977a0e78a67edff9eaf00033f32a0ecdd77fa</Sha>
<Sha>432e3cf30400ba0cc52eb3bef6d671d64e660779</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
18 changes: 9 additions & 9 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseBrandingLabel>RTM</PreReleaseBrandingLabel>
Expand Down Expand Up @@ -124,14 +124,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>6.0.0</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>6.0.0-rtm.21519.8</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rtm.21519.8</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>6.0.0</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>6.0.0</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21519.3</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21519.3</MicrosoftDotNetBuildTasksTemplatingVersion>
Expand Down