diff --git a/Directory.Build.props b/Directory.Build.props
index 5be14eb51..ea3793a0b 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -23,6 +23,7 @@
true
$(MSBuildThisFileDirectory)buildtask.snk
true
+ net462;netstandard2.0;net6.0;net8.0
diff --git a/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj b/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj
index 7ffa73ad4..fa3e54b88 100644
--- a/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj
+++ b/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj
@@ -9,10 +9,11 @@
true
true
enable
+ 3.8.0
-
+
diff --git a/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj b/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj
index ff5bcf9d7..6f8794170 100644
--- a/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj
+++ b/InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj
@@ -10,10 +10,11 @@
true
enable
$(DefineConstants);ROSLYN_4
+ 4.0.1
-
+
diff --git a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj
index 7fdec8b0f..cf845491f 100644
--- a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj
+++ b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj
@@ -3,7 +3,7 @@
Refit HTTP Client Factory Extensions
Refit HTTP Client Factory Extensions
- net462;netstandard2.0;net6.0;net8.0
+ $(RefitTargets)
enable
diff --git a/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj b/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj
index faa4438b0..c6c9f031d 100644
--- a/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj
+++ b/Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj
@@ -3,7 +3,7 @@
Refit Serializer for Newtonsoft.Json ($(TargetFramework))
Refit Serializers for Newtonsoft.Json
- net462;netstandard2.0;net6.0;net8.0
+ $(RefitTargets)
true
Refit
enable
diff --git a/Refit.Xml/Refit.Xml.csproj b/Refit.Xml/Refit.Xml.csproj
index e2e4f14d6..e7d37c92e 100644
--- a/Refit.Xml/Refit.Xml.csproj
+++ b/Refit.Xml/Refit.Xml.csproj
@@ -3,7 +3,7 @@
Refit Xml Serializer ($(TargetFramework))
Refit Serializers for Xml
- net462;netstandard2.0;net6.0;net8.0
+ $(RefitTargets)
true
Refit
enable
diff --git a/Refit/Refit.csproj b/Refit/Refit.csproj
index c75461b6b..5b7c7421c 100644
--- a/Refit/Refit.csproj
+++ b/Refit/Refit.csproj
@@ -2,7 +2,7 @@
Refit ($(TargetFramework))
- net462;netstandard2.0;net6.0;net8.0
+ $(RefitTargets)
true
enable
diff --git a/version.json b/version.json
index cc296dfba..4acec1c69 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
- "version": "7.2.0",
+ "version": "7.2.1",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N