From 7c4f4496fd9f116ded8fef4ebe1104c6a85f90ad Mon Sep 17 00:00:00 2001
From: BoBoBaSs84 <73112377+BoBoBaSs84@users.noreply.github.com>
Date: Tue, 26 Mar 2024 19:13:25 +0100
Subject: [PATCH] feat: add directory packages props file
changes:
- added `Directory.Packages.props`
- modified project files
closes #81
---
BB84.Notifications.sln | 1 +
Directory.Packages.props | 12 ++++++++++++
src/BB84.Notifications/BB84.Notifications.csproj | 2 +-
.../BB84.NotificationsTests.csproj | 8 ++++----
4 files changed, 18 insertions(+), 5 deletions(-)
create mode 100644 Directory.Packages.props
diff --git a/BB84.Notifications.sln b/BB84.Notifications.sln
index 9cc0304..6f107e7 100644
--- a/BB84.Notifications.sln
+++ b/BB84.Notifications.sln
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
+ Directory.Packages.props = Directory.Packages.props
dotnet-releaser.toml = dotnet-releaser.toml
global.json = global.json
LICENSE = LICENSE
diff --git a/Directory.Packages.props b/Directory.Packages.props
new file mode 100644
index 0000000..173dbf5
--- /dev/null
+++ b/Directory.Packages.props
@@ -0,0 +1,12 @@
+
+
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/BB84.Notifications/BB84.Notifications.csproj b/src/BB84.Notifications/BB84.Notifications.csproj
index a1d5149..e5581b7 100644
--- a/src/BB84.Notifications/BB84.Notifications.csproj
+++ b/src/BB84.Notifications/BB84.Notifications.csproj
@@ -1,5 +1,5 @@
-
+
diff --git a/tests/BB84.NotificationsTests/BB84.NotificationsTests.csproj b/tests/BB84.NotificationsTests/BB84.NotificationsTests.csproj
index ab26fd4..4cd2280 100644
--- a/tests/BB84.NotificationsTests/BB84.NotificationsTests.csproj
+++ b/tests/BB84.NotificationsTests/BB84.NotificationsTests.csproj
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive