This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/TestAssets/TestProjects/TestSystemCoreReference/project.json

16 lines
263 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
2016-04-08 09:45:50 -07:00
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*"
2016-04-08 09:45:50 -07:00
}
},
"net451": {
"frameworkAssemblies": {
"System": ""
}
}
}
2016-04-15 05:25:53 +00:00
}