Skip to content

Commit 461043b

Browse files
author
Paul Johnson
committed
Change web projects TargetFrameworkMoniker to 4.5.2 to stop VS 2022 err
1 parent 91c4c77 commit 461043b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

umbraco.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29209.152
@@ -38,7 +38,7 @@ EndProject
3838
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Umbraco.Web.UI.Client", "http://localhost:3961", "{3819A550-DCEC-4153-91B4-8BA9F7F0B9B4}"
3939
ProjectSection(WebsiteProperties) = preProject
4040
UseIISExpress = "true"
41-
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
41+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
4242
Debug.AspNetCompiler.VirtualPath = "/localhost_3961"
4343
Debug.AspNetCompiler.PhysicalPath = "src\Umbraco.Web.UI.Client\"
4444
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_3961\"
@@ -61,7 +61,7 @@ EndProject
6161
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Umbraco.Tests.AcceptanceTest", "http://localhost:58896", "{9E4C8A12-FBE0-4673-8CE2-DF99D5D57817}"
6262
ProjectSection(WebsiteProperties) = preProject
6363
UseIISExpress = "true"
64-
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
64+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
6565
Debug.AspNetCompiler.VirtualPath = "/localhost_62926"
6666
Debug.AspNetCompiler.PhysicalPath = "tests\Umbraco.Tests.AcceptanceTest\"
6767
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62926\"

0 commit comments

Comments
 (0)