We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837bace commit 8348837Copy full SHA for 8348837
2 files changed
docs/.todo.md
@@ -0,0 +1,4 @@
1
+# Things TODO
2
+
3
+- Reenable CodeQL for the project once there is support for .NET 9
4
docs/docs.projitems
@@ -9,6 +9,7 @@
9
<Import_RootNamespace>docs</Import_RootNamespace>
10
</PropertyGroup>
11
<ItemGroup>
12
+ <None Include="$(MSBuildThisFileDirectory).todo.md" />
13
<None Include="$(MSBuildThisFileDirectory)additional-classes.md" />
14
<None Include="$(MSBuildThisFileDirectory)index.md" />
15
<None Include="$(MSBuildThisFileDirectory)jsonpatch.md" />
@@ -23,4 +24,4 @@
23
24
25
<Content Include="$(MSBuildThisFileDirectory)_includes\nav_footer_custom.html" />
26
</ItemGroup>
-</Project>
27
+</Project>
0 commit comments