diff --git a/ContosoUniversity-NoAuth-EFCore/ContosoUniversity.csproj b/ContosoUniversity-NoAuth-EFCore/ContosoUniversity.csproj index 9716410..309c9a6 100644 --- a/ContosoUniversity-NoAuth-EFCore/ContosoUniversity.csproj +++ b/ContosoUniversity-NoAuth-EFCore/ContosoUniversity.csproj @@ -45,11 +45,83 @@ 4 + + packages\Microsoft.Bcl.AsyncInterfaces.9.0.9\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + + + packages\Microsoft.Bcl.TimeProvider.9.0.9\lib\net462\Microsoft.Bcl.TimeProvider.dll + True + + + packages\Microsoft.Data.SqlClient.2.1.7\lib\net46\Microsoft.Data.SqlClient.dll + True + + + packages\Microsoft.IdentityModel.Abstractions.8.14.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True + + + packages\Microsoft.IdentityModel.JsonWebTokens.8.14.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + packages\Microsoft.IdentityModel.Logging.8.14.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True + + + packages\Microsoft.IdentityModel.Protocols.8.14.0\lib\net472\Microsoft.IdentityModel.Protocols.dll + True + + + packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.14.0\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + True + + + packages\Microsoft.IdentityModel.Tokens.8.14.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True + + + packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + + + packages\System.Diagnostics.DiagnosticSource.9.0.9\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + packages\System.IdentityModel.Tokens.Jwt.8.14.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll + True + + + packages\System.IO.Pipelines.9.0.9\lib\net462\System.IO.Pipelines.dll + True + + + packages\System.Memory.4.6.3\lib\net462\System.Memory.dll + True + + + packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + packages\System.Text.Encodings.Web.9.0.9\lib\net462\System.Text.Encodings.Web.dll + True + + + packages\System.Text.Json.9.0.9\lib\net462\System.Text.Json.dll + True + @@ -132,14 +204,6 @@ packages\Microsoft.EntityFrameworkCore.Relational.3.1.32\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll True - - packages\Microsoft.Data.SqlClient.2.1.4\lib\net46\Microsoft.Data.SqlClient.dll - True - - - packages\Microsoft.Bcl.AsyncInterfaces.1.1.1\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll - True - packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll True @@ -188,10 +252,6 @@ packages\Microsoft.Extensions.Primitives.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll True - - packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - packages\System.Collections.Immutable.1.7.1\lib\netstandard2.0\System.Collections.Immutable.dll True @@ -348,4 +408,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. + + + + + \ No newline at end of file diff --git a/ContosoUniversity-NoAuth-EFCore/Web.config b/ContosoUniversity-NoAuth-EFCore/Web.config index f9257e0..d491d27 100644 --- a/ContosoUniversity-NoAuth-EFCore/Web.config +++ b/ContosoUniversity-NoAuth-EFCore/Web.config @@ -11,12 +11,12 @@ - - - - + + + + - + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -115,11 +115,11 @@ - + - + diff --git a/ContosoUniversity-NoAuth-EFCore/packages.config b/ContosoUniversity-NoAuth-EFCore/packages.config index 3fc0a3d..3275487 100644 --- a/ContosoUniversity-NoAuth-EFCore/packages.config +++ b/ContosoUniversity-NoAuth-EFCore/packages.config @@ -8,12 +8,13 @@ - + + - + + - @@ -31,18 +32,30 @@ + + + + + + + - + - - - - + + + + + + + + + \ No newline at end of file