diff --git a/Caches/FileDbCache/FileDbCache.csproj b/Caches/FileDbCache/FileDbCache.csproj
index 5c219cd5..7d489200 100644
--- a/Caches/FileDbCache/FileDbCache.csproj
+++ b/Caches/FileDbCache/FileDbCache.csproj
@@ -3,7 +3,7 @@
netstandard2.0
MapControl.Caching
XAML Map Control FileDbCache Library
- false
+ $(GeneratePackage)
XAML.MapControl.FileDbCache
$(AssemblyTitle)
IDistributedCache implementation for XAML Map Control, based on EzTools FileDb
diff --git a/Caches/SQLiteCache/SQLiteCache.csproj b/Caches/SQLiteCache/SQLiteCache.csproj
index d91cb17e..6624b535 100644
--- a/Caches/SQLiteCache/SQLiteCache.csproj
+++ b/Caches/SQLiteCache/SQLiteCache.csproj
@@ -3,7 +3,7 @@
netstandard2.0
MapControl.Caching
XAML Map Control SQLiteCache Library
- false
+ $(GeneratePackage)
XAML.MapControl.SQLiteCache
$(AssemblyTitle)
IDistributedCache implementation for XAML Map Control, based on SQLite
diff --git a/Directory.Build.props b/Directory.Build.props
index 100065af..f8a72c28 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -8,5 +8,6 @@
..\..\MapControl.snk
true
false
+ false
diff --git a/MapControl/Avalonia/MapControl.Avalonia.csproj b/MapControl/Avalonia/MapControl.Avalonia.csproj
index 963e8a01..89908ed5 100644
--- a/MapControl/Avalonia/MapControl.Avalonia.csproj
+++ b/MapControl/Avalonia/MapControl.Avalonia.csproj
@@ -5,7 +5,7 @@
true
MapControl
XAML Map Control Library for Avalonia UI
- false
+ $(GeneratePackage)
XAML.MapControl
AVALONIA
diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj
index 455b99fc..6bcf50bf 100644
--- a/MapControl/WPF/MapControl.WPF.csproj
+++ b/MapControl/WPF/MapControl.WPF.csproj
@@ -4,7 +4,7 @@
true
MapControl
XAML Map Control Library
- false
+ $(GeneratePackage)
XAML.MapControl
$(AssemblyTitle)
A set of controls for WPF, WinUI and Avalonia UI for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays
diff --git a/MapControl/WinUI/MapControl.WinUI.csproj b/MapControl/WinUI/MapControl.WinUI.csproj
index 358f6908..f4fff724 100644
--- a/MapControl/WinUI/MapControl.WinUI.csproj
+++ b/MapControl/WinUI/MapControl.WinUI.csproj
@@ -6,7 +6,7 @@
true
MapControl
XAML Map Control Library for WinUI
- false
+ $(GeneratePackage)
XAML.MapControl
WINUI
diff --git a/MapProjections/Avalonia/MapProjections.Avalonia.csproj b/MapProjections/Avalonia/MapProjections.Avalonia.csproj
index b46d9f74..cfe6d2e0 100644
--- a/MapProjections/Avalonia/MapProjections.Avalonia.csproj
+++ b/MapProjections/Avalonia/MapProjections.Avalonia.csproj
@@ -4,7 +4,7 @@
disable
MapControl.Projections
XAML Map Control Projections Library for Avalonia
- false
+ $(GeneratePackage)
XAML.MapControl.MapProjections
AVALONIA
diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj
index d896aa4b..f7598beb 100644
--- a/MapProjections/WPF/MapProjections.WPF.csproj
+++ b/MapProjections/WPF/MapProjections.WPF.csproj
@@ -4,7 +4,7 @@
true
MapControl.Projections
XAML Map Control Projections Library
- false
+ $(GeneratePackage)
XAML.MapControl.MapProjections
$(AssemblyTitle)
Map projections library for XAML Map Control, based on ProjNET4GeoAPI
diff --git a/MapProjections/WinUI/MapProjections.WinUI.csproj b/MapProjections/WinUI/MapProjections.WinUI.csproj
index ed201fe7..583ef9e9 100644
--- a/MapProjections/WinUI/MapProjections.WinUI.csproj
+++ b/MapProjections/WinUI/MapProjections.WinUI.csproj
@@ -6,7 +6,7 @@
true
MapControl.Projections
XAML Map Control Projections Library for WinUI
- false
+ $(GeneratePackage)
XAML.MapControl.MapProjections
WINUI