diff --git a/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj b/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
index b6c7f11..20f5e63 100644
--- a/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
+++ b/src/core-func-abs-async/Func.Abstractions.Async/Func.Abstractions.Async.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.Async is a core library for .NET consisting of IAsyncFunc asynchronous Task based functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.Async
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
diff --git a/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj b/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
index 56434f4..60492b4 100644
--- a/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
+++ b/src/core-func-abs-asyncvalue/Func.Abstractions.AsyncValue/Func.Abstractions.AsyncValue.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.AsyncValue is a core library for .NET consisting of IAsyncValueFunc asynchronous ValueTask based functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.AsyncValue
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
diff --git a/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj b/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
index 1d62bd6..e88e9b8 100644
--- a/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
+++ b/src/core-func-abs-sync/Func.Abstractions.Sync/Func.Abstractions.Sync.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions.Sync is a core library for .NET consisting of IFunc synchronous functional interfaces (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Abstractions.Sync
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
diff --git a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
index b1b190d..cdbdb56 100644
--- a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
+++ b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Abstractions is a core library for .NET consisting of functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
System
PrimeFuncPack.Core.Func.Abstractions
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
@@ -32,9 +32,9 @@
-
-
-
+
+
+
diff --git a/src/core-func-ext-async/Func.Extensions.Async.Tests.DefCancellation/Func.Extensions.Async.Tests.DefCancellation.csproj b/src/core-func-ext-async/Func.Extensions.Async.Tests.DefCancellation/Func.Extensions.Async.Tests.DefCancellation.csproj
index f475df8..3bf4e49 100644
--- a/src/core-func-ext-async/Func.Extensions.Async.Tests.DefCancellation/Func.Extensions.Async.Tests.DefCancellation.csproj
+++ b/src/core-func-ext-async/Func.Extensions.Async.Tests.DefCancellation/Func.Extensions.Async.Tests.DefCancellation.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/core-func-ext-async/Func.Extensions.Async.Tests.Primary/Func.Extensions.Async.Tests.Primary.csproj b/src/core-func-ext-async/Func.Extensions.Async.Tests.Primary/Func.Extensions.Async.Tests.Primary.csproj
index 8ba7c46..7e431d6 100644
--- a/src/core-func-ext-async/Func.Extensions.Async.Tests.Primary/Func.Extensions.Async.Tests.Primary.csproj
+++ b/src/core-func-ext-async/Func.Extensions.Async.Tests.Primary/Func.Extensions.Async.Tests.Primary.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj b/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
index 10b045e..40c8241 100644
--- a/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
+++ b/src/core-func-ext-async/Func.Extensions.Async/Func.Extensions.Async.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.Async is a core library for .NET consisting of extensions for IAsyncFunc asynchronous Task based functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.Async
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.DefCancellation/Func.Extensions.AsyncValue.Tests.DefCancellation.csproj b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.DefCancellation/Func.Extensions.AsyncValue.Tests.DefCancellation.csproj
index 60862a0..674b1d2 100644
--- a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.DefCancellation/Func.Extensions.AsyncValue.Tests.DefCancellation.csproj
+++ b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.DefCancellation/Func.Extensions.AsyncValue.Tests.DefCancellation.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.Primary/Func.Extensions.AsyncValue.Tests.Primary.csproj b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.Primary/Func.Extensions.AsyncValue.Tests.Primary.csproj
index c79d8c9..c4b6996 100644
--- a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.Primary/Func.Extensions.AsyncValue.Tests.Primary.csproj
+++ b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue.Tests.Primary/Func.Extensions.AsyncValue.Tests.Primary.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
index 97ac9f0..58731f5 100644
--- a/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
+++ b/src/core-func-ext-asyncvalue/Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.AsyncValue is a core library for .NET consisting of extensions for IAsyncValueFunc asynchronous ValueTask based functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.AsyncValue
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext-sync/Func.Extensions.Sync.Tests/Func.Extensions.Sync.Tests.csproj b/src/core-func-ext-sync/Func.Extensions.Sync.Tests/Func.Extensions.Sync.Tests.csproj
index c6896a0..bef1fca 100644
--- a/src/core-func-ext-sync/Func.Extensions.Sync.Tests/Func.Extensions.Sync.Tests.csproj
+++ b/src/core-func-ext-sync/Func.Extensions.Sync.Tests/Func.Extensions.Sync.Tests.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj b/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
index 387c91e..5cb672d 100644
--- a/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
+++ b/src/core-func-ext-sync/Func.Extensions.Sync/Func.Extensions.Sync.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions.Sync is a core library for .NET consisting of extensions for IFunc synchronous functional interface (SAM interface) targeted for use in functional programming.
System
PrimeFuncPack.Core.Func.Extensions.Sync
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
@@ -32,7 +32,7 @@
-
+
diff --git a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
index b70dbf4..252cb0c 100644
--- a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
+++ b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj
@@ -17,7 +17,7 @@
PrimeFuncPack Core.Func.Extensions is a core library for .NET consisting of extensions for functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
System
PrimeFuncPack.Core.Func.Extensions
- 2.0.0-preview.1.0.1
+ 2.0.0-rc.1.0.0
@@ -32,12 +32,12 @@
-
-
-
-
-
-
+
+
+
+
+
+