Updated the project's framework to .NET 5 and changed its launch configuration to no longer pop a browser on startup.

This commit is contained in:
2021-03-10 15:03:02 -06:00
parent 59a5733d4e
commit 3d3b9c1e68
6 changed files with 13 additions and 13 deletions
Binary file not shown.
+1 -1
View File
@@ -160,7 +160,7 @@
<virtualDirectory path="/" physicalPath="C:\Users\admin\source\repos\secure-core\SecureCore" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:50232:localhost" />
<binding protocol="http" bindingInformation="*:50000:localhost" />
</bindings>
</site>
<siteDefaults>
Binary file not shown.