Skip to content

Commit 774e996

Browse files
author
DE Programmer 5
committed
upgraded
send me latest
1 parent b394db7 commit 774e996

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

Microsoft-SQL-Server-Scripts-Utils.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29920.165
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.9.34902.65
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3D249A4-350F-4AAB-8C59-7BBD0AE2F2DE}"
77
ProjectSection(SolutionItems) = preProject
@@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1919
EndProject
2020
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "src", "src\", "{6CDB34D4-18FB-4F97-983C-0CF00D644F85}"
2121
ProjectSection(WebsiteProperties) = preProject
22-
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
22+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8.1"
2323
Debug.AspNetCompiler.VirtualPath = "/localhost_34131"
2424
Debug.AspNetCompiler.PhysicalPath = "src\"
2525
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_34131\"
@@ -40,7 +40,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "src", "src\", "{6CDB34D4-18
4040
EndProject
4141
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{171687C4-6EA6-413F-94F7-4A499A5827D9}"
4242
ProjectSection(WebsiteProperties) = preProject
43-
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
43+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8.1"
4444
Debug.AspNetCompiler.VirtualPath = "/localhost_34134"
4545
Debug.AspNetCompiler.PhysicalPath = "docs\"
4646
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_34134\"

docs/Web.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<!--
4+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
5+
6+
The following attributes can be set on the <httpRuntime> tag.
7+
<system.Web>
8+
<httpRuntime targetFramework="4.8.1" />
9+
</system.Web>
10+
-->
11+
<system.web>
12+
<compilation debug="false" targetFramework="4.8.1"/>
13+
<pages controlRenderingCompatibilityVersion="4.0"/>
14+
</system.web>
15+
</configuration>

src/Web.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<!--
4+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
5+
6+
The following attributes can be set on the <httpRuntime> tag.
7+
<system.Web>
8+
<httpRuntime targetFramework="4.8.1" />
9+
</system.Web>
10+
-->
11+
<system.web>
12+
<compilation debug="true" targetFramework="4.8.1"/>
13+
<pages controlRenderingCompatibilityVersion="4.0"/>
14+
</system.web>
15+
</configuration>

0 commit comments

Comments
 (0)