diff --git a/GitVersion.yml b/GitVersion.yml
index 4889f22..da85643 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,4 +1,4 @@
-next-version: 1.0.1
+next-version: 1.0.2
mode: Mainline
major-version-bump-message: '\+semver:\s?(breaking|major)'
minor-version-bump-message: '\+semver:\s?(feature|minor)'
diff --git a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj
index faf61cd..6ea6f4b 100644
--- a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj
+++ b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj
@@ -9,7 +9,7 @@
false
1.0.0
10
- net6.0
+ net6.0;netstandard2.0;netstandard2.1