I am trying to install System.ComponentModel.Annotations
through VS 2017 package
manager console.
Command:
Install-Package System.ComponentModel.Annotations -Version 4.3.0
Outcome
Restoring packages for C:\MyTest.csproj... Installing NuGet package System.ComponentModel.Annotations 4.3.0. Committing restore... Writing lock file to disk. Path: C:\MyTest\obj\project.assets.json Restore completed in 816.43 ms for C:\MyTest.csproj. Restoring packages for C:\MyTest.csproj... Committing restore... Lock file has not changed. Skipping lock file write. Path: C:\MyTest\obj\project.assets.json Restore completed in 2.03 sec for C:\MyTest.csproj. Executing nuget actions took 4.12 sec Time Elapsed: 00:00:05.2258592
Note:
I am using .NETCoreApp1.1
framework.