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 2c59065..9b1c044 100644 --- a/Examples/AspNetCoreCS/AspNetCoreCS.csproj +++ b/Examples/AspNetCoreCS/AspNetCoreCS.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 GleamTech.VideoUltimateExamples.AspNetCoreCS GleamTech.VideoUltimateExamples.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 f96e732..a41ebfb 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/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 c70a1dd..655a39b 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -13,7 +13,7 @@ Properties GleamTech.VideoUltimateExamples.AspNetMvcCS GleamTech.VideoUltimateExamples.AspNetMvcCS - v4.6.1 + v4.7.2 true @@ -46,10 +46,10 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -141,14 +141,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 3fbe1f2..c2d552c 100644 --- a/Examples/AspNetMvcCS/Packages.config +++ b/Examples/AspNetMvcCS/Packages.config @@ -1,9 +1,9 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcCS/Web.config b/Examples/AspNetMvcCS/Web.config index 63cb58a..5f327c2 100644 --- a/Examples/AspNetMvcCS/Web.config +++ b/Examples/AspNetMvcCS/Web.config @@ -14,8 +14,8 @@ Setting maxRequestLength (in KB) to match default value 30000000 (28.6 MB) of system.webServer/requestLimits/maxAllowedContentLength for ExampleFileSelector --> - - + + 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 d07cbd8..c80c9fc 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -13,7 +13,7 @@ Library GleamTech.VideoUltimateExamples.AspNetMvcVB GleamTech.VideoUltimateExamples.AspNetMvcVB - v4.6.1 + v4.7.2 Custom true @@ -48,10 +48,10 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -219,13 +219,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 3fbe1f2..c2d552c 100644 --- a/Examples/AspNetMvcVB/Packages.config +++ b/Examples/AspNetMvcVB/Packages.config @@ -1,9 +1,9 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Examples/AspNetMvcVB/Web.config b/Examples/AspNetMvcVB/Web.config index 63cb58a..5f327c2 100644 --- a/Examples/AspNetMvcVB/Web.config +++ b/Examples/AspNetMvcVB/Web.config @@ -14,8 +14,8 @@ Setting maxRequestLength (in KB) to match default value 30000000 (28.6 MB) of system.webServer/requestLimits/maxAllowedContentLength for ExampleFileSelector --> - - + + 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 238b9c4..f60ba5c 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -13,7 +13,7 @@ Properties GleamTech.VideoUltimateExamples.AspNetWebFormsCS GleamTech.VideoUltimateExamples.AspNetWebFormsCS - v4.6.1 + v4.7.2 false @@ -51,10 +51,10 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -131,15 +131,13 @@ False - True - 50319 + False + 5210 / - - + http://localhost:5210/ False False - - + False diff --git a/Examples/AspNetWebFormsCS/Web.config b/Examples/AspNetWebFormsCS/Web.config index e78fb8c..be0dd18 100644 --- a/Examples/AspNetWebFormsCS/Web.config +++ b/Examples/AspNetWebFormsCS/Web.config @@ -10,7 +10,7 @@ Setting maxRequestLength (in KB) to match default value 30000000 (28.6 MB) of system.webServer/requestLimits/maxAllowedContentLength for ExampleFileSelector --> - - + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsCS/packages.config b/Examples/AspNetWebFormsCS/packages.config index 0318868..a27ac9d 100644 --- a/Examples/AspNetWebFormsCS/packages.config +++ b/Examples/AspNetWebFormsCS/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsVB.sln b/Examples/AspNetWebFormsVB.sln index afe9557..434ca0e 100644 --- a/Examples/AspNetWebFormsVB.sln +++ b/Examples/AspNetWebFormsVB.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}") = "AspNetWebFormsVB", "AspNetWebFormsVB\AspNetWebFormsVB.vbproj", "{6C1AFBEB-71DF-4442-B489-B6145EDAFCFC}" EndProject Global diff --git a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj index 3f55c69..6ba9fe0 100644 --- a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj +++ b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj @@ -13,7 +13,7 @@ Library GleamTech.VideoUltimateExamples.AspNetWebFormsVB GleamTech.VideoUltimateExamples.AspNetWebFormsVB - v4.6.1 + v4.7.2 Custom false @@ -65,10 +65,10 @@ - ..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll + ..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll + ..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll @@ -204,15 +204,13 @@ False - True - 51033 + False + 5211 / - - + http://localhost:5211/ False False - - + False diff --git a/Examples/AspNetWebFormsVB/Web.config b/Examples/AspNetWebFormsVB/Web.config index e78fb8c..be0dd18 100644 --- a/Examples/AspNetWebFormsVB/Web.config +++ b/Examples/AspNetWebFormsVB/Web.config @@ -10,7 +10,7 @@ Setting maxRequestLength (in KB) to match default value 30000000 (28.6 MB) of system.webServer/requestLimits/maxAllowedContentLength for ExampleFileSelector --> - - + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsVB/packages.config b/Examples/AspNetWebFormsVB/packages.config index 0318868..a27ac9d 100644 --- a/Examples/AspNetWebFormsVB/packages.config +++ b/Examples/AspNetWebFormsVB/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file