ok

alphons <alphons@heijden.com> 3 Mar 2026, 09:24
222cf9429c3e14076c221276b10480fff6210b29
3 files changed
  • src/NetproxySolution.Web/NetproxySolution.Web.csproj
  • src/NetproxySolution.Web/Program.cs
  • src/NetproxySolution.sln
diff --git a/src/NetproxySolution.Web/NetproxySolution.Web.csproj b/src/NetproxySolution.Web/NetproxySolution.Web.csproj
index 13e62f2..99fd08f 100644
--- a/src/NetproxySolution.Web/NetproxySolution.Web.csproj
+++ b/src/NetproxySolution.Web/NetproxySolution.Web.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
@@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Mvc.ModelBinding.MultiParameter" Version="8.2.3" />
+ <ProjectReference Include="..\..\..\Mvc.ModelBinding.MultiParameter\src\Mvc.ModelBinding.MultiParameter\Mvc.ModelBinding.MultiParameter.csproj" />
</ItemGroup>
<ItemGroup>
diff --git a/src/NetproxySolution.Web/Program.cs b/src/NetproxySolution.Web/Program.cs
index c349577..9c7316d 100644
--- a/src/NetproxySolution.Web/Program.cs
+++ b/src/NetproxySolution.Web/Program.cs
@@ -17,6 +17,7 @@ services.AddRazorPages(o => o.RootDirectory = "/wwwroot");
services.AddMvcCore().WithMultiParameterModelBinding();
services.RegisterServices();
services.AddHttpContextAccessor();
+
services.AddDistributedMemoryCache();
services.AddSession();
diff --git a/src/NetproxySolution.sln b/src/NetproxySolution.sln
index 61ca797..21ff21c 100644
--- a/src/NetproxySolution.sln
+++ b/src/NetproxySolution.sln
@@ -1,24 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.1.32328.378
+# Visual Studio Version 18
+VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetproxySolution.Web", "NetproxySolution.Web\NetproxySolution.Web.csproj", "{CB5A484C-8720-42F0-AD4F-229C23A4029F}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvc.ModelBinding.MultiParameter", "..\..\Mvc.ModelBinding.MultiParameter\src\Mvc.ModelBinding.MultiParameter\Mvc.ModelBinding.MultiParameter.csproj", "{728BFD1D-AE93-CD7D-1C65-9EF9FB18107D}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F6876641-C6B3-4D7F-9293-932A9FFCB2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F6876641-C6B3-4D7F-9293-932A9FFCB2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F6876641-C6B3-4D7F-9293-932A9FFCB2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F6876641-C6B3-4D7F-9293-932A9FFCB2A9}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5A484C-8720-42F0-AD4F-229C23A4029F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5A484C-8720-42F0-AD4F-229C23A4029F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5A484C-8720-42F0-AD4F-229C23A4029F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5A484C-8720-42F0-AD4F-229C23A4029F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {728BFD1D-AE93-CD7D-1C65-9EF9FB18107D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {728BFD1D-AE93-CD7D-1C65-9EF9FB18107D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {728BFD1D-AE93-CD7D-1C65-9EF9FB18107D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {728BFD1D-AE93-CD7D-1C65-9EF9FB18107D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE