diff --git a/Mi899.sln b/Mi899.sln index 742c40e..41a2e48 100644 --- a/Mi899.sln +++ b/Mi899.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.1.32228.430 +# Visual Studio Version 18 +VisualStudioVersion = 18.5.11723.231 stable MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mi899", "src\Mi899\Mi899.csproj", "{EB03C864-42D6-4000-B7C5-12BCBE965DDC}" EndProject @@ -20,7 +20,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mi899.Online", "src\Mi899.O EndProject Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{51DB9834-2C93-4B24-9740-4731F4A9CB10}" ProjectSection(WebsiteProperties) = preProject - TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5" + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8" Debug.AspNetCompiler.VirtualPath = "/localhost_56580" Debug.AspNetCompiler.PhysicalPath = "docs\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_56580\" diff --git a/docs/Web.config b/docs/Web.config index 13e147f..5d2ec6a 100644 --- a/docs/Web.config +++ b/docs/Web.config @@ -9,7 +9,7 @@ --> - + \ No newline at end of file diff --git a/src/Mi899.Online/Mi899.Online.csproj b/src/Mi899.Online/Mi899.Online.csproj index 84e7626..03d0176 100644 --- a/src/Mi899.Online/Mi899.Online.csproj +++ b/src/Mi899.Online/Mi899.Online.csproj @@ -1,7 +1,7 @@ - + - net6.0 + net10.0 enable enable diff --git a/src/Mi899/Mi899.csproj b/src/Mi899/Mi899.csproj index 78d062f..262ad2d 100644 --- a/src/Mi899/Mi899.csproj +++ b/src/Mi899/Mi899.csproj @@ -2,7 +2,7 @@ WinExe - netcoreapp3.1 + net10.0-windows7.0 true Mi899.ico Mi899 - X99 Tool Set diff --git a/tests/Mi899.Data.Tests/Mi899.Data.Tests.csproj b/tests/Mi899.Data.Tests/Mi899.Data.Tests.csproj index 8849c61..6c2bbbb 100644 --- a/tests/Mi899.Data.Tests/Mi899.Data.Tests.csproj +++ b/tests/Mi899.Data.Tests/Mi899.Data.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net10.0 false