Skip to content

Commit

Permalink
Updated framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peled-Zohar committed Feb 12, 2024
1 parent bf5cbe1 commit 6e3c803
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ExtendedConsole.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsingExtendedConsole", "Usi
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{07A7D914-245B-4061-9FF4-B2222325A0B7}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/localhost_52413"
Debug.AspNetCompiler.PhysicalPath = "docs\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52413\"
Expand Down
15 changes: 15 additions & 0 deletions docs/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.8" />
</system.Web>
-->
<system.web>
<compilation targetFramework="4.8"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>

0 comments on commit 6e3c803

Please sign in to comment.