зеркало из https://github.com/dotnet/aspnetcore.git
Update dependencies from https://github.com/dotnet/efcore build 20231001.2 (#51048)
[release/8.0] Update dependencies from dotnet/efcore
This commit is contained in:
Родитель
ad432054a6
Коммит
6416a01733
|
@ -9,37 +9,37 @@
|
|||
-->
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="dotnet-ef" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="dotnet-ef" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rtm.23479.1">
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rtm.23501.2">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>36b5c81c1b07b568cf86d835fcb0c80506257171</Sha>
|
||||
<Sha>c7cd3aa82a12c11b8037c87f85c9e22b4f530065</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-rtm.23478.17">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
@ -142,14 +142,14 @@
|
|||
<MicrosoftExtensionsTelemetryTestingVersion>8.0.0-rtm.23473.1</MicrosoftExtensionsTelemetryTestingVersion>
|
||||
<MicrosoftExtensionsTimeProviderTestingVersion>8.0.0-rtm.23479.3</MicrosoftExtensionsTimeProviderTestingVersion>
|
||||
<!-- Packages from dotnet/efcore -->
|
||||
<dotnetefVersion>8.0.0-rtm.23479.1</dotnetefVersion>
|
||||
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
|
||||
<MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreRelationalVersion>
|
||||
<MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreSqliteVersion>
|
||||
<MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
|
||||
<MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreToolsVersion>
|
||||
<MicrosoftEntityFrameworkCoreVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreVersion>
|
||||
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-rtm.23479.1</MicrosoftEntityFrameworkCoreDesignVersion>
|
||||
<dotnetefVersion>8.0.0-rtm.23501.2</dotnetefVersion>
|
||||
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
|
||||
<MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreRelationalVersion>
|
||||
<MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreSqliteVersion>
|
||||
<MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
|
||||
<MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreToolsVersion>
|
||||
<MicrosoftEntityFrameworkCoreVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreVersion>
|
||||
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-rtm.23501.2</MicrosoftEntityFrameworkCoreDesignVersion>
|
||||
<!-- Packages from dotnet/roslyn -->
|
||||
<MicrosoftCodeAnalysisCommonVersion>4.7.0-3.23314.3</MicrosoftCodeAnalysisCommonVersion>
|
||||
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.7.0-3.23314.3</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
|
||||
|
|
Загрузка…
Ссылка в новой задаче