Skip to content

Commit fee6c5b

Browse files
authored
Merge pull request #46 from tgharold/20260328-update-test-project-to-target-net8
Update the example project to target .NET 8
2 parents 1ac76d2 + 3403d8b commit fee6c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/OptionsPatternMvc.Example/OptionsPatternMvc.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
</PropertyGroup>

0 commit comments

Comments
 (0)