diff --git a/Directory.Build.props b/Directory.Build.props
index 801326d..c5e6c51 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,16 +16,17 @@
$(MSBuildThisFileDirectory)prism-logo.png
$(MSBuildThisFileDirectory)LICENSE
prism;maui;dotnet-maui;xaml;mvvm;ios;android;mac;winui
- Copyright Dan Siegel 2021
+ Copyright Dan Siegel 2021-$([System.DateTime]::Now.Year)
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, Xamarin Forms, and .NET MAUI).
Prism for .NET MAUI helps you more easily design and build rich, flexible, and easy to maintain .NET MAUI applications. This library provides user interface composition as well as modularity support.
-
+
true
false
$(CI)
+ $(NoWarn);NETSDK1023;NU1604;
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 277d958..a8dd801 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -12,4 +12,13 @@
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
+
+
+ All
+
+
+ All
+
+
+
\ No newline at end of file