Skip to content

Commit de99f33

Browse files
Update RazorSyntaxGenerator target framework
Make RazorSyntaxGenerator runnable again.
1 parent e6d2b8b commit de99f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/tools/RazorSyntaxGenerator/RazorSyntaxGenerator.csproj

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

33
<PropertyGroup>
44
<Description>Generates Razor syntax nodes from xml. For internal use only.</Description>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<AssemblyName>dotnet-razorsyntaxgenerator</AssemblyName>
77
<PackageId>RazorSyntaxGenerator</PackageId>
88
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)