Advertisement
Dennisaa

TheJam01

Dec 22nd, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "version": "1.0.0-*",
  3. "description": "The Callee or Called Application",
  4. "authors": [ "Dennis" ],
  5. "tags": [ "" ],
  6. "projectUrl": "",
  7. "licenseUrl": "",
  8. "frameworks": {
  9. "dnxcore50": {
  10. "dependencies": {
  11. "System.Console": "4.0.0-beta-23516"
  12. }
  13. }
  14. }
  15. }
  16.  
  17.  
  18. namespace GroundTrucks {
  19. public class Program {
  20. public void Main() {
  21. System.Console.WriteLine("Eton rifles... Eton rifles");
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement