Commit Graph

1 Commits

Author SHA1 Message Date
Micah Young 99839bd88a Add simpler dotnet sample
Using:
- Visual Studio 2019 Community
- Create Project -> ASP.NET Framework Web App
  - Solution in same project
  - Framework 4.7.2
  - Empty
  - Uncheck configure for HTTPS
- Add item: HTML file -> Default.aspx
- gitignore from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
- dos2unix all files

Signed-off-by: Micah Young <ymicah@vmware.com>
2020-08-25 07:51:57 -04:00