Skip to content

Commit 0e9641e

Browse files
committed
Fix comment
1 parent 6d8d88c commit 0e9641e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet/Lucene.Net.Tests.CodeAnalysis/Lucene.Net.Tests.CodeAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<PropertyGroup>
2525
<!-- We don't really care which target framework we test with - this is just to emulate Visual Studio 2017+ all which can load netstandard1.3 analyzers -->
26-
<!-- Given that VS 2022 doesn't support net10.0 we will use net8.0 (which will outlive net9.0). We will need to adjust this when we stop testing on net8.0. -->
26+
<!-- Given that VS 2022 doesn't support net10.0 we will use net8.0. We will need to adjust this when we stop testing on net8.0. -->
2727
<TargetFramework>net8.0</TargetFramework>
2828
<RootNamespace>Lucene.Net.CodeAnalysis</RootNamespace>
2929

0 commit comments

Comments
 (0)