aspnet/EntityFrameworkCore -> dotnet/efcore
This commit is contained in:
parent
d6d7ffd901
commit
b15d4eb51b
|
|
@ -10,7 +10,7 @@ For non-security related bugs, log a new issue in the appropriate GitHub reposit
|
|||
|
||||
* [Docs](https://github.com/aspnet/Docs)
|
||||
* [AspNetCore](https://github.com/aspnet/AspNetCore)
|
||||
* [Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore)
|
||||
* [Entity Framework Core](https://github.com/dotnet/efcore)
|
||||
* [Tooling](https://github.com/aspnet/Tooling)
|
||||
* [Extensions](https://github.com/aspnet/Extensions)
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
|
|||
These are some other repos for related projects:
|
||||
|
||||
* [Documentation](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/aspnet/core/
|
||||
* [Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore) - data access technology
|
||||
* [Entity Framework Core](https://github.com/dotnet/efcore) - data access technology
|
||||
* [Extensions](https://github.com/aspnet/Extensions) - Logging, configuration, dependency injection, and more.
|
||||
|
||||
## Code of conduct
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
<MicrosoftInternalExtensionsRefsPackageVersion>5.0.0-alpha.1.20056.3</MicrosoftInternalExtensionsRefsPackageVersion>
|
||||
<MicrosoftJSInteropPackageVersion>5.0.0-alpha.1.20056.3</MicrosoftJSInteropPackageVersion>
|
||||
<MonoWebAssemblyInteropPackageVersion>5.0.0-preview3.1.20056.3</MonoWebAssemblyInteropPackageVersion>
|
||||
<!-- Packages from aspnet/EntityFrameworkCore -->
|
||||
<!-- Packages from dotnet/efcore -->
|
||||
<dotnetefPackageVersion>5.0.0-alpha.1.19602.5</dotnetefPackageVersion>
|
||||
<MicrosoftEntityFrameworkCoreInMemoryPackageVersion>5.0.0-alpha.1.19602.5</MicrosoftEntityFrameworkCoreInMemoryPackageVersion>
|
||||
<MicrosoftEntityFrameworkCoreRelationalPackageVersion>5.0.0-alpha.1.19602.5</MicrosoftEntityFrameworkCoreRelationalPackageVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue