diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index d1b604c31..da9ca48d2 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/global.json b/src/global.json index 45dc4ec0c..a9df33121 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.204", "allowPrerelease": true, "rollForward": "latestFeature" }