diff --git a/Examples/AspNetCoreCS.sln b/Examples/AspNetCoreCS.sln index 8f2e653..a3fad0c 100644 --- a/Examples/AspNetCoreCS.sln +++ b/Examples/AspNetCoreCS.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 16 VisualStudioVersion = 16.0.30709.132 -MinimumVisualStudioVersion = 11.0.50727.1 +MinimumVisualStudioVersion = 14.0.23107.0 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreCS", "AspNetCoreCS\AspNetCoreCS.csproj", "{FDA0E92D-1D0D-4EC2-AA71-7D9D037A7C01}" EndProject Global diff --git a/Examples/AspNetCoreCS/AspNetCoreCS.csproj b/Examples/AspNetCoreCS/AspNetCoreCS.csproj index bfe9058..57099b2 100644 --- a/Examples/AspNetCoreCS/AspNetCoreCS.csproj +++ b/Examples/AspNetCoreCS/AspNetCoreCS.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 GleamTech.FileUltimateExamples.AspNetCoreCS GleamTech.FileUltimateExamples.AspNetCoreCS @@ -9,8 +9,8 @@ - - + + diff --git a/Examples/AspNetCoreCS/Properties/launchSettings.json b/Examples/AspNetCoreCS/Properties/launchSettings.json index 8e689bd..3cd5211 100644 --- a/Examples/AspNetCoreCS/Properties/launchSettings.json +++ b/Examples/AspNetCoreCS/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:42955", + "applicationUrl": "http://localhost:5220", "sslPort": 0 } }, @@ -19,7 +19,7 @@ "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:5221", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/Examples/AspNetCoreOnNetFullCS.sln b/Examples/AspNetCoreOnNetFullCS.sln index 383a9f4..2610668 100644 --- a/Examples/AspNetCoreOnNetFullCS.sln +++ b/Examples/AspNetCoreOnNetFullCS.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26730.3 -MinimumVisualStudioVersion = 11.0.50727.1 +MinimumVisualStudioVersion = 14.0.23107.0 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreOnNetFullCS", "AspNetCoreOnNetFullCS\AspNetCoreOnNetFullCS.csproj", "{2AD943F9-8CEA-402A-AE92-16E007AC2166}" EndProject Global diff --git a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj index ba98684..fcc2d0d 100644 --- a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj +++ b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Examples/AspNetCoreOnNetFullCS/Properties/launchSettings.json b/Examples/AspNetCoreOnNetFullCS/Properties/launchSettings.json index 103c917..37b0fd4 100644 --- a/Examples/AspNetCoreOnNetFullCS/Properties/launchSettings.json +++ b/Examples/AspNetCoreOnNetFullCS/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:54485/", + "applicationUrl": "http://localhost:5216/", "sslPort": 0 } }, @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:54486/" + "applicationUrl": "http://localhost:5217/" } } } diff --git a/Examples/AspNetCoreOnNetFullCS/Views/FileManager/UsingPartial.cshtml b/Examples/AspNetCoreOnNetFullCS/Views/FileManager/UsingPartial.cshtml index c00a557..0e573b1 100644 --- a/Examples/AspNetCoreOnNetFullCS/Views/FileManager/UsingPartial.cshtml +++ b/Examples/AspNetCoreOnNetFullCS/Views/FileManager/UsingPartial.cshtml @@ -29,7 +29,7 @@

- @Html.Partial("FileManagerPartialView", Model) + @await Html.PartialAsync("FileManagerPartialView", Model)
diff --git a/Examples/AspNetMvcCS.sln b/Examples/AspNetMvcCS.sln index 18d6177..4c89f10 100644 --- a/Examples/AspNetMvcCS.sln +++ b/Examples/AspNetMvcCS.sln @@ -1,8 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 -MinimumVisualStudioVersion = 11.0.50727.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.3 +MinimumVisualStudioVersion = 14.0.23107.0 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetMvcCS", "AspNetMvcCS\AspNetMvcCS.csproj", "{51B698FB-5DA0-43BB-A2A1-09E77FDDD948}" EndProject Global diff --git a/Examples/AspNetMvcCS/AspNetMvcCS.csproj b/Examples/AspNetMvcCS/AspNetMvcCS.csproj index 09556a8..1eeda7b 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -13,7 +13,7 @@ Properties GleamTech.FileUltimateExamples.AspNetMvcCS GleamTech.FileUltimateExamples.AspNetMvcCS - v4.6.1 + v4.7.2 true @@ -46,19 +46,19 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -150,14 +150,13 @@ False - True - 54829 + False + 5212 / - http://localhost:54829/ + http://localhost:5212/ False False - - + False diff --git a/Examples/AspNetMvcCS/Packages.config b/Examples/AspNetMvcCS/Packages.config index 256f5db..5d25b54 100644 --- a/Examples/AspNetMvcCS/Packages.config +++ b/Examples/AspNetMvcCS/Packages.config @@ -1,12 +1,12 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcCS/Web.config b/Examples/AspNetMvcCS/Web.config index afc9bbd..e60bd61 100644 --- a/Examples/AspNetMvcCS/Web.config +++ b/Examples/AspNetMvcCS/Web.config @@ -10,8 +10,8 @@ --> - - + + diff --git a/Examples/AspNetMvcVB.sln b/Examples/AspNetMvcVB.sln index f40427c..4331c85 100644 --- a/Examples/AspNetMvcVB.sln +++ b/Examples/AspNetMvcVB.sln @@ -1,8 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 -MinimumVisualStudioVersion = 11.0.50727.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.3 +MinimumVisualStudioVersion = 14.0.23107.0 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AspNetMvcVB", "AspNetMvcVB\AspNetMvcVB.vbproj", "{25B55037-14CB-42A7-91EF-B4D757BD54D7}" EndProject Global diff --git a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj index a5e8c1b..6d12f2e 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -13,7 +13,7 @@ Library GleamTech.FileUltimateExamples.AspNetMvcVB GleamTech.FileUltimateExamples.AspNetMvcVB - v4.6.1 + v4.7.2 Custom true @@ -48,19 +48,19 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -228,13 +228,12 @@ False False - 56724 + 5213 / - http://localhost:56724/ + http://localhost:5213/ False False - - + False diff --git a/Examples/AspNetMvcVB/Packages.config b/Examples/AspNetMvcVB/Packages.config index 256f5db..5d25b54 100644 --- a/Examples/AspNetMvcVB/Packages.config +++ b/Examples/AspNetMvcVB/Packages.config @@ -1,12 +1,12 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcVB/Web.config b/Examples/AspNetMvcVB/Web.config index afc9bbd..e60bd61 100644 --- a/Examples/AspNetMvcVB/Web.config +++ b/Examples/AspNetMvcVB/Web.config @@ -10,8 +10,8 @@ --> - - + + diff --git a/Examples/AspNetWebFormsCS.sln b/Examples/AspNetWebFormsCS.sln index 7281126..ee0ae7c 100644 --- a/Examples/AspNetWebFormsCS.sln +++ b/Examples/AspNetWebFormsCS.sln @@ -1,8 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 -MinimumVisualStudioVersion = 11.0.50727.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.3 +MinimumVisualStudioVersion = 14.0.23107.0 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetWebFormsCS", "AspNetWebFormsCS\AspNetWebFormsCS.csproj", "{A4260AAF-3B93-4AEA-8065-0A7A048510E5}" EndProject Global diff --git a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj index e22f996..b1d5c76 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -13,7 +13,7 @@ Properties GleamTech.FileUltimateExamples.AspNetWebFormsCS GleamTech.FileUltimateExamples.AspNetWebFormsCS - v4.6.1 + v4.7.2 false @@ -50,20 +50,20 @@ - ..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll - ..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll + ..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll False - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll @@ -192,15 +192,13 @@ False - True - 23357 + False + 5210 / - - + http://localhost:5210/ False False - - + False diff --git a/Examples/AspNetWebFormsCS/Web.config b/Examples/AspNetWebFormsCS/Web.config index 7c5be2c..2b84885 100644 --- a/Examples/AspNetWebFormsCS/Web.config +++ b/Examples/AspNetWebFormsCS/Web.config @@ -6,8 +6,8 @@ --> - - + + - - + +