Skip to content

Commit

Permalink
[TeamHub.Web] Upgraded web project from .NETFramework v4.0 to v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed May 12, 2022
1 parent b50ce6b commit dbc3278
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeamHub/TeamHub.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamHub.Infrastructure", "s
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TeamHub.Web", "src\TeamHub.Web\", "{56D36E35-8C9C-4379-BB46-F0EFF845AB90}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
Debug.AspNetCompiler.VirtualPath = "/localhost_59131"
Debug.AspNetCompiler.PhysicalPath = "src\TeamHub.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_59131\"
Expand All @@ -44,7 +44,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TeamHub.Web", "src\TeamHub.
SlnRelativePath = "src\TeamHub.Web\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamHub.Identity", "src\TeamHub.Identity\TeamHub.Identity.csproj", "{DECFF18B-0BB4-4133-93C8-277482F0EED1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamHub.Identity", "src\TeamHub.Identity\TeamHub.Identity.csproj", "{DECFF18B-0BB4-4133-93C8-277482F0EED1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
15 changes: 15 additions & 0 deletions TeamHub/src/TeamHub.Web/Web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.5" />
</system.Web>
-->
<system.web>
<compilation debug="false" targetFramework="4.5"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>

0 comments on commit dbc3278

Please sign in to comment.