Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191114.3 (#17122)
- Microsoft.EntityFrameworkCore.Tools - 3.1.0 - Microsoft.EntityFrameworkCore.SqlServer - 3.1.0 - dotnet-ef - 3.1.0 - Microsoft.EntityFrameworkCore - 3.1.0 - Microsoft.EntityFrameworkCore.InMemory - 3.1.0 - Microsoft.EntityFrameworkCore.Relational - 3.1.0 - Microsoft.EntityFrameworkCore.Sqlite - 3.1.0
This commit is contained in:
parent
68af32d383
commit
aa7296b76c
|
|
@ -7,7 +7,7 @@
|
|||
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
|
||||
<add key="darc-pub-dotnet-corefx-4703e4a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4703e4ae/nuget/v3/index.json" />
|
||||
<add key="darc-pub-aspnet-Extensions-77d27ab" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-Extensions-77d27ab3/nuget/v3/index.json" />
|
||||
<add key="darc-pub-aspnet-EntityFrameworkCore-de71e2d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-EntityFrameworkCore-de71e2d9/nuget/v3/index.json" />
|
||||
<add key="darc-pub-aspnet-EntityFrameworkCore-6a9d73c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-EntityFrameworkCore-6a9d73cd/nuget/v3/index.json" />
|
||||
<add key="darc-pub-aspnet-AspNetCore-Tooling-d29aca1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-Tooling-d29aca16/nuget/v3/index.json" />
|
||||
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
||||
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
||||
|
|
|
|||
|
|
@ -31,31 +31,31 @@
|
|||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>de71e2d9c70c8f8373ce39b34147fa7e967b08b6</Sha>
|
||||
<Sha>6a9d73cdb0ba32f3f287ae72d030125a7d8285c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.Analyzer.Testing" Version="3.1.0-preview3.19564.2" CoherentParentDependency="Microsoft.EntityFrameworkCore">
|
||||
<Uri>https://github.com/aspnet/Extensions</Uri>
|
||||
|
|
|
|||
Loading…
Reference in New Issue