diff --git a/Directory.Packages.props b/Directory.Packages.props index e314fd5..2c387f0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,15 +6,20 @@ true - + - + + + + + + + - diff --git a/docfx/toc.yml b/docfx/toc.yml index abd17b8..8e9a670 100644 --- a/docfx/toc.yml +++ b/docfx/toc.yml @@ -1,3 +1,4 @@ +items: - name: Docs href: docs/ - name: API diff --git a/global.json b/global.json index 088f23e..f3e0b32 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.101", "rollForward": "patch", "allowPrerelease": false }