From 3403d8bbeec807aa5bde4f8854f2174efca27de8 Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Sat, 28 Mar 2026 14:02:50 -0400 Subject: [PATCH] Update the example project to target .NET 8 --- .../OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj b/examples/OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj index 88a4233..499ffe6 100644 --- a/examples/OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj +++ b/examples/OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false true