dotnet-installer/TestAssets/LockFileSamples/ExportFileSamples/valid_staleFragment/project.json
Mihai Codoban d20e0d74f2 LockFilePatcher should only patch when lock file has holes in it
If not, the export file is stale
2016-03-30 19:24:43 -07:00

10 lines
145 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": { }
}
}