Created Solutions for:

Mobile
Mobile.Android
Web (MVC.NET)
Web.Tests
WinForms
This commit is contained in:
Nate VanBuskirk
2019-11-10 18:05:36 -06:00
parent d2ebc0fe2d
commit 2ac49cb810
70 changed files with 37815 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.4" targetFramework="net472" />
<package id="Microsoft.AspNet.Razor" version="3.2.4" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.4" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="MSTest.TestAdapter" version="1.2.0" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.2.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net472" />
</packages>