Skip to content

Instantly share code, notes, and snippets.

@lbargaoanu
Created February 5, 2016 10:52
Show Gist options
  • Save lbargaoanu/3a07fe3392bf75de6b83 to your computer and use it in GitHub Desktop.
Save lbargaoanu/3a07fe3392bf75de6b83 to your computer and use it in GitHub Desktop.
AutoFixture project.json
{
"version": "3.38.1-*",
"description": "AutoFixture Class Library",
"authors": [ "" ],
"tags": [ "" ],
"projectUrl": "",
"licenseUrl": "",
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0.0"
}
},
"dotnet5.4": {
"dependencies": {
"System.Console": "4.0.0-beta-23516",
"System.Diagnostics.Tools": "4.0.1-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Reflection.Emit": "4.0.1-beta-23516",
"System.ComponentModel.Annotations": "4.0.11-beta-23516",
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516",
"System.Threading.Thread": "4.0.0-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment