Files
spring-net/examples/Spring/Spring.CodeConfig.Migration/test/Primes.Tests/project.json
Marko Lahma 2b4eade2cb convert packages.config files to project.json
* reduce console output in builds
2016-11-11 22:16:40 +02:00

13 lines
332 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"dependencies": {
"NUnit": "3.5.0"
},
"frameworks": {
"net4": {}
},
"runtimes": {
"win-anycpu": {},
"win": {}
}
}