diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 73a9cea2..7bc040ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
with:
dotnet-version: |
6.0.x
+ 7.0.100-rc.2.22477.23
- run: dotnet --info
diff --git a/Directory.Build.targets b/Directory.Build.targets
new file mode 100644
index 00000000..37b4ece7
--- /dev/null
+++ b/Directory.Build.targets
@@ -0,0 +1,51 @@
+
+
+
+ 6.0.0
+ 6.0.0
+ 1.0.1
+
+
+
+ 7.0.0-rc.2.*
+ 7.0.0-rc.2.*
+ 1.0.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+ $(MinVerMajor).$(MinVerMinor).$(MinVerPatch).0
+
+
+
\ No newline at end of file
diff --git a/global.json b/global.json
index b7e93133..fad48d84 100644
--- a/global.json
+++ b/global.json
@@ -1,7 +1,7 @@
{
"sdk": {
- "version": "6.0.100",
+ "version": "7.0.100-rc.2.22477.23",
"rollForward": "latestMajor",
- "allowPrerelease": false
+ "allowPrerelease": true
}
}
\ No newline at end of file
diff --git a/src/Duende.Bff.EntityFramework/Duende.Bff.EntityFramework.csproj b/src/Duende.Bff.EntityFramework/Duende.Bff.EntityFramework.csproj
index 204a2217..7ea5b69f 100644
--- a/src/Duende.Bff.EntityFramework/Duende.Bff.EntityFramework.csproj
+++ b/src/Duende.Bff.EntityFramework/Duende.Bff.EntityFramework.csproj
@@ -10,10 +10,8 @@
-
-
-
-
+
+
\ No newline at end of file
diff --git a/src/Duende.Bff.Yarp/Duende.Bff.Yarp.csproj b/src/Duende.Bff.Yarp/Duende.Bff.Yarp.csproj
index 8f4b1dd5..a65a6ede 100644
--- a/src/Duende.Bff.Yarp/Duende.Bff.Yarp.csproj
+++ b/src/Duende.Bff.Yarp/Duende.Bff.Yarp.csproj
@@ -11,9 +11,7 @@
-
-
-
+
diff --git a/src/Duende.Bff/Duende.Bff.csproj b/src/Duende.Bff/Duende.Bff.csproj
index 9896f8f9..66a6e0ec 100644
--- a/src/Duende.Bff/Duende.Bff.csproj
+++ b/src/Duende.Bff/Duende.Bff.csproj
@@ -13,9 +13,6 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj b/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj
index ab3fbe0c..1bd875de 100644
--- a/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj
+++ b/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj
@@ -1,22 +1,22 @@
- net6.0
+ net6.0;net7.0
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj b/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj
index 58567d9a..1f8027c4 100644
--- a/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj
+++ b/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj
@@ -1,27 +1,27 @@
- net6.0
+ net6.0;net7.0
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
-
-
-
+
+
+