From c86f9b878dd373a19901ce97f9c26f178cf58151 Mon Sep 17 00:00:00 2001 From: David Guida <1432872+mizrael@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:40:39 -0500 Subject: [PATCH 1/2] updated project signing config --- ...erPlatform.PowerApps.Persistence.Tests.csproj | 3 +++ ...ft.PowerPlatform.PowerApps.Persistence.csproj | 16 ++++++++++++++-- .../Models/BuiltInTemplatesUris.cs | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj b/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj index 51ff45e9..d28d2e93 100644 --- a/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj @@ -7,6 +7,9 @@ false true + true + ../../35MSSharedLib1024.snk + true diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj index 61a38dcf..de810927 100644 --- a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj @@ -26,6 +26,9 @@ See https://github.com/microsoft/PowerApps-Tooling/releases for the latest release notes. © Microsoft Corporation. All rights reserved. + true + ../../35MSSharedLib1024.snk + true true true @@ -36,8 +39,17 @@ - - + + + all + runtime; build; native; contentfiles; analyzers + + + + $(MinVer) + + + diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Models/BuiltInTemplatesUris.cs b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Models/BuiltInTemplatesUris.cs index b0954007..0f2eb483 100644 --- a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Models/BuiltInTemplatesUris.cs +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Models/BuiltInTemplatesUris.cs @@ -3,7 +3,7 @@ namespace Microsoft.PowerPlatform.PowerApps.Persistence.Models; -internal static class BuiltInTemplatesUris +public static class BuiltInTemplatesUris { public const string Screen = "http://microsoft.com/appmagic/screen#screen"; public const string Button = "http://microsoft.com/appmagic/button#button"; From 743b357802b9b175c2f4f4d2607ed6ed96dd4ce3 Mon Sep 17 00:00:00 2001 From: David Guida <1432872+mizrael@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:44:13 -0500 Subject: [PATCH 2/2] removed signing from test project --- ...Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj b/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj index d28d2e93..bcdf8867 100644 --- a/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/Microsoft.PowerPlatform.PowerApps.Persistence.Tests.csproj @@ -7,9 +7,7 @@ false true - true - ../../35MSSharedLib1024.snk - true + false