Skip to content

Commit

Permalink
Update dependencies from efcore 182053
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Jun 19, 2023
1 parent 5fd7363 commit 3c37ef8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-pub-dotnet-efcore-ec04682" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-ec046820/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-pub-dotnet-runtime-4b05509" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4b055094/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="7.0.7">
<Dependency Name="dotnet-ef" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
<Sha>81a09d5f0ca45f744ec8a4b8938f38780bb15a4c</Sha>
<Sha>ec04682078a1a4824c7af617357c7497190f32cc</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
16 changes: 8 additions & 8 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>7.0.3</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>7.0.7</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.7</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.7</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.7</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.7</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.7</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.7</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.7</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>7.0.8</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.8</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.8</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.8</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.8</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.8</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.8</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.8</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.23211.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.23211.2</MicrosoftDotNetBuildTasksTemplatingVersion>
Expand Down

0 comments on commit 3c37ef8

Please sign in to comment.