This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
40a2b495ba
dotnet-installer
/
TestAssets
/
TestProjects
/
RunTestsApps
/
TestAppFullClr
/
project.json
9 lines
118 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix run behaviour when only single target exists
2016-02-19 23:12:04 +00:00
{
Fix warnings in project.json PR #2493 introduced the new project.json schema. The tree has 118 files with the old schema, which added several hundred warnings. This change can't go in until PR #2864 does - it relies on those bug fixes.
2016-05-13 02:03:08 +00:00
"version"
:
"1.0.0-*"
,
"buildOptions"
:
{
"emitEntryPoint"
:
true
}
,
"frameworks"
:
{
"net451"
:
{
}
}
}
Reference in a new issue
Copy permalink