diff --git a/ContosoUniversity/ContosoUniversity.csproj b/ContosoUniversity/ContosoUniversity.csproj index 8f49c50..f1e98e1 100644 --- a/ContosoUniversity/ContosoUniversity.csproj +++ b/ContosoUniversity/ContosoUniversity.csproj @@ -45,11 +45,83 @@ 4 + + packages\Microsoft.Bcl.AsyncInterfaces.9.0.6\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + + + packages\Microsoft.Bcl.TimeProvider.9.0.6\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.12.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True + + + packages\Microsoft.IdentityModel.JsonWebTokens.8.12.1\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + packages\Microsoft.IdentityModel.Logging.8.12.1\lib\net472\Microsoft.IdentityModel.Logging.dll + True + + + packages\Microsoft.IdentityModel.Protocols.8.12.1\lib\net472\Microsoft.IdentityModel.Protocols.dll + True + + + packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.12.1\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + True + + + packages\Microsoft.IdentityModel.Tokens.8.12.1\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.6\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + packages\System.IdentityModel.Tokens.Jwt.8.12.1\lib\net472\System.IdentityModel.Tokens.Jwt.dll + True + + + packages\System.IO.Pipelines.9.0.6\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.6\lib\net462\System.Text.Encodings.Web.dll + True + + + packages\System.Text.Json.9.0.6\lib\net462\System.Text.Json.dll + True + @@ -131,14 +203,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 @@ -187,10 +251,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 @@ -347,4 +407,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/Web.config b/ContosoUniversity/Web.config index f9257e0..d491d27 100644 --- a/ContosoUniversity/Web.config +++ b/ContosoUniversity/Web.config @@ -11,12 +11,12 @@ - - - - + + + + - + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -115,11 +115,11 @@ - + - + diff --git a/ContosoUniversity/packages.config b/ContosoUniversity/packages.config index 3fc0a3d..5b6763e 100644 --- a/ContosoUniversity/packages.config +++ b/ContosoUniversity/packages.config @@ -8,12 +8,13 @@ - + + - + + - @@ -31,18 +32,30 @@ + + + + + + + - + - - - - + + + + + + + + + \ No newline at end of file