This is an automated email from the ASF dual-hosted git repository. shazwazza pushed a commit to branch shazwazza/no-targets-docs-proj in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit acde13f703f210d2568f6b95543a2dcb623ebe42 Author: Shannon <[email protected]> AuthorDate: Wed Oct 23 09:47:13 2024 -0600 updates to net8 for consistency --- websites/websites.msbuildproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/websites.msbuildproj b/websites/websites.msbuildproj index 17f13c5f8..8ad7229b9 100644 --- a/websites/websites.msbuildproj +++ b/websites/websites.msbuildproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.Build.NoTargets"> <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <OutputPath>bin\</OutputPath> </PropertyGroup>
