From 42ffd826ce0a8d5edc1ef94f0a8f199e013a9649 Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Sun, 21 Nov 2021 09:10:38 +0300 Subject: [PATCH] Remove redundant GeneratePackageOnBuild --- .../Func.Abstractions.Async/Func.Abstractions.Async.csproj | 1 - .../Func.Abstractions.AsyncValue.csproj | 1 - .../Func.Abstractions.Sync/Func.Abstractions.Sync.csproj | 1 - src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj | 1 - .../Func.Extensions.Async/Func.Extensions.Async.csproj | 1 - .../Func.Extensions.AsyncValue/Func.Extensions.AsyncValue.csproj | 1 - .../Func.Extensions.Sync/Func.Extensions.Sync.csproj | 1 - src/core-func-ext/Func.Extensions/Func.Extensions.csproj | 1 - 8 files changed, 8 deletions(-) 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 d37a386..b6c7f11 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md 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 ae6b65b..56434f4 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md 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 161a363..1d62bd6 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md diff --git a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj index b42c488..b1b190d 100644 --- a/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj +++ b/src/core-func-abs/Func.Abstractions/Func.Abstractions.csproj @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md 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 e714aeb..10b045e 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md 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 45b81bd..97ac9f0 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md 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 1b8448a..387c91e 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 @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md diff --git a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj index 57a36c3..b70dbf4 100644 --- a/src/core-func-ext/Func.Extensions/Func.Extensions.csproj +++ b/src/core-func-ext/Func.Extensions/Func.Extensions.csproj @@ -6,7 +6,6 @@ enable true true - true true LICENSE README.md