diff --git a/src/Simple.CredentialManager/Simple.CredentialManager.csproj b/src/Simple.CredentialManager/Simple.CredentialManager.csproj index 0ae0631..e285f23 100644 --- a/src/Simple.CredentialManager/Simple.CredentialManager.csproj +++ b/src/Simple.CredentialManager/Simple.CredentialManager.csproj @@ -1,6 +1,6 @@  - net8.0 + net7.0 Library false Simple.CredentialManager @@ -10,35 +10,9 @@ Copyright © 2014 1.0.0 1.0.0 - - - true - false - bin\Debug\Simple.CredentialManager.xml - - - true - true - bin\Release\Simple.CredentialManager.xml - - - bin\x86\Debug\ - true - bin\Debug\WindowsCredentialsManagement.dll.CodeAnalysisLog.xml - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - bin\x86\Release\ - bin\Release\WindowsCredentialsManagement.dll.CodeAnalysisLog.xml - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true + False + False + True diff --git a/src/Simple.CredentialManager/secrets.DBus.cs b/src/Simple.CredentialManager/secrets.DBus.cs index 000da97..31513cd 100644 --- a/src/Simple.CredentialManager/secrets.DBus.cs +++ b/src/Simple.CredentialManager/secrets.DBus.cs @@ -8,7 +8,7 @@ [assembly: InternalsVisibleTo(Tmds.DBus.Connection.DynamicAssemblyName)] namespace secrets.DBus { -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif [DBusInterface("org.gnome.keyring.InternalUnsupportedGuiltRiddenInterface")] @@ -20,7 +20,7 @@ interface IInternalUnsupportedGuiltRiddenInterface : IDBusObject Task UnlockWithMasterPasswordAsync(ObjectPath Collection, (ObjectPath, byte[], byte[], string) Master); } -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif [DBusInterface("org.freedesktop.Secret.Service")] @@ -74,7 +74,7 @@ static class ServiceExtensions public static Task GetCollectionsAsync(this IService o) => o.GetAsync("Collections"); } -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif [DBusInterface("org.freedesktop.Secret.Collection")] @@ -183,7 +183,7 @@ static class CollectionExtensions } [DBusInterface("org.freedesktop.Secret.Item")] -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif interface IItem : IDBusObject @@ -305,7 +305,7 @@ static class ItemExtensions } [DBusInterface("org.freedesktop.Secret.Session")] -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif interface ISession : IDBusObject @@ -314,7 +314,7 @@ interface ISession : IDBusObject } [DBusInterface("org.freedesktop.Secret.Prompt")] -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif interface IPrompt : IDBusObject @@ -325,7 +325,7 @@ interface IPrompt : IDBusObject } [DBusInterface("org.freedesktop.impl.portal.Secret")] -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif interface ISecret : IDBusObject @@ -367,7 +367,7 @@ static class SecretExtensions } [DBusInterface("org.gnome.keyring.Daemon")] -#if NET5_0_OR_GREATER +#if NET6_0_OR_GREATER [SupportedOSPlatform("Linux")] #endif interface IDaemon : IDBusObject