dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.73k stars 3.18k forks source link

Building from sources fails on my machine #22001

Closed davidroth closed 2 years ago

davidroth commented 4 years ago

Hi folks,

I am trying to build the current main / 3.1 branch according to this guidance: https://github.com/dotnet/efcore/blob/main/docs/getting-and-building-the-code.md

Given a clean and up-to-date clone of the current main branch, executing build.cmd fails with the following output:

image

Complete error output:

C:\Projects\Github\EntityFrameworkCore>build.cmd
GET https://dot.net/v1/dotnet-install.ps1
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-preview.7.20366.6/dotnet-sdk-5.0.100-preview.7.20366.6-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-preview.7.20366.6/dotnet-sdk-5.0.100-preview.7.20366.6-win-x64.zip
dotnet-install: Adding to current process PATH: "C:\Projects\Github\EntityFrameworkCore\.dotnet\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Installation finished
  Determining projects to restore...
  Restored C:\Users\David\.nuget\packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.20374.1\tools\Tools.proj (in 75 ms).
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.6/dotnet-runtime-3.1.6-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.6/dotnet-runtime-3.1.6-win-x64.zip
dotnet-install: Installation finished
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/3.1.6/aspnetcore-runtime-3.1.6-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/3.1.6/aspnetcore-runtime-3.1.6-win-x64.zip
dotnet-install: Installation finished
  Determining projects to restore...
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_winsqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj (in 1,15 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj (in 1,15 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj (in 1,15 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj (in 1,16 sec).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj (in 1,26 sec).
C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj (in 1,47 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj (in 262 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj (in 301 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj (in 299 ms).
C:\Projects\Github\EntityFrameworkCore\test\dotnet-ef.Tests\dotnet-ef.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj (in 1,47 sec).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj (in 272 ms).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Specification.Tests\EFCore.Relational.Specification.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Specification.Tests\EFCore.Relational.Specification.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj (in 199 ms).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\dotnet-ef.Tests\dotnet-ef.Tests.csproj (in 221 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj (in 229 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Specification.Tests\EFCore.Relational.Specification.Tests.csproj (in 142 ms).
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj (in 4 ms).
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj (in 150 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlcipher. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj (in 66 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj (in 10 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj (in 20 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj (in 176 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj (in 13 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj (in 26 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj (in 29 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj (in 34 ms).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj (in 19 ms).
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj (in 322 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj (in 753 ms).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj (in 257 ms).
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj (in 2,63 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj (in 1,13 sec).
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj (in 18 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj (in 447 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj (in 1,57 sec).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj (in 533 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj (in 447 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj (in 359 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj (in 418 ms).
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Restored C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Benchmarks\EFCore.Benchmarks.csproj (in 143 ms).
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj (in 262 ms).
  Failed to restore C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj (in 263 ms).
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 710 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19614.7 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-x86 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 710 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19614.7 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x86 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
  Failed to restore C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj (in 3,02 sec).

Build FAILED.

C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_winsqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.winsqlite3.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.Tests\EFCore.SqlServer.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Analyzers\EFCore.Analyzers.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.InMemory\EFCore.InMemory.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Cosmos\EFCore.Cosmos.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Proxies\EFCore.Proxies.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Design\EFCore.Design.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.SqlServer.FunctionalTests\EFCore.SqlServer.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.FunctionalTests\EFCore.InMemory.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.InMemory.Tests\EFCore.InMemory.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]C:\Projects\Github\EntityFrameworkCore\test\ef.Tests\ef.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\dotnet-ef.Tests\dotnet-ef.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Specification.Tests\EFCore.Relational.Specification.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Relational.Specification.Tests\EFCore.Relational.Specification.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Proxies.Tests\EFCore.Proxies.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite.Core\Microsoft.Data.Sqlite.Core.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Tests\EFCore.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\ef\ef.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore\EFCore.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlcipher. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Tools\EFCore.Tools.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer\EFCore.SqlServer.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.SqlServer.NTS\EFCore.SqlServer.NTS.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.NTS\EFCore.Sqlite.NTS.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite.Core\EFCore.Sqlite.Core.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Relational\EFCore.Relational.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\Microsoft.Data.Sqlite\Microsoft.Data.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\Microsoft.Data.Sqlite.Tests\Microsoft.Data.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Sqlite\EFCore.Sqlite.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Design.Tests\EFCore.Design.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.FunctionalTests\EFCore.Sqlite.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Sqlite.Tests\EFCore.Sqlite.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.Tests\EFCore.Cosmos.Tests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package IdentityServer4.EntityFramework. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package mod_spatialite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SpatiaLite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Humanizer.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite.IO.SqlServerBytes. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.CrossStore.FunctionalTests\EFCore.CrossStore.FunctionalTests.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package xunit.runner.console. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package Azure.Cosmos. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj : error NU1101: Unable to find package NetTopologySuite. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj : error NU1101: Unable to find package Castle.Core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\EFCore.Abstractions\EFCore.Abstractions.csproj : error NU1101: Unable to find package StyleCop.Analyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1101: Unable to find package Microsoft.Data.SqlClient. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1101: Unable to find package SQLitePCLRaw.bundle_e_sqlite3. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103: Unable to find a stable package Microsoft.DotNet.PlatformAbstractions with version (>= 3.1.6) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 744 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1101: Unable to find package SQLitePCLRaw.core. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.SqlServer.Benchmarks\EFCore.SqlServer.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103: Unable to find a stable package Microsoft.CodeAnalysis.FxCopAnalyzers with version (>= 3.0.0) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 127 version(s) in dotnet5 [ Nearest version: 3.3.0-beta1.20262.21 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1103:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1101: Unable to find package DotNetAnalyzers.DocumentationAnalyzers. No packages exist with this id in source(s): dotnet-eng, dotnet-tools, dotnet5, dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 710 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19614.7 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-x86 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 710 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19614.7 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-eng [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x64 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Host.win-x86 with version (= 3.1.2) [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 992 version(s) in dotnet5 [ Nearest version: 5.0.0-alpha.1.19528.5 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ] [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools [C:\Projects\Github\EntityFrameworkCore\All.sln]
C:\Projects\Github\EntityFrameworkCore\src\dotnet-ef\dotnet-ef.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport [C:\Projects\Github\EntityFrameworkCore\All.sln]
    0 Warning(s)
    171 Error(s)

Time Elapsed 00:00:22.39
Build failed.

I also tried the 3.1 branch. Same issue there. 🤔

Am I missing something?

ErikEJ commented 4 years ago

Looks like it is not looking in NuGet.org, despite this: https://github.com/dotnet/efcore/blob/main/NuGet.config

ajcvickers commented 4 years ago

@davidroth The only thing we can think of is that you have NuGet.org ignored some other NuGet configuration.

davidroth commented 4 years ago

I executed nuget source list which printed nuget.org [Disabled]. After that I found out that the key "nuget.org" was indeed disabled in my %appdata%\NuGet\Nuget.config. However, https://api.nuget.org/v3/index.json was enabled there via the key api.nuget.org. But since EfCore has its own Nuget.config and it uses the key nuget.org, I had the wrong combination of things ... No idea how it ended up disabled there though 🤔 After removing it from disabledSources, the build works as intended 🎉

Thanks @ErikEJ and @ajcvickers for pointing me in the right direction!