Browse Source

aspnet/EntityFrameworkCore -> dotnet/efcore

Kevin Pilch 6 years ago
parent
commit
b15d4eb51b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md
  3. 1 1
      eng/Versions.props

+ 1 - 1
CONTRIBUTING.md

@@ -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)
 

+ 1 - 1
README.md

@@ -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

+ 1 - 1
eng/Versions.props

@@ -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>