From a0d5a8d40de9806e21e64475e3297a2a84effe22 Mon Sep 17 00:00:00 2001 From: vman Date: Wed, 30 Nov 2022 14:58:14 -0500 Subject: Project cleanup + analyzer updates --- .../SessionProvider - Backup (1).csproj | 60 ++++++++++++++++++++++ .../SessionProvider - Backup.csproj | 56 ++++++++++++++++++++ Plugins/SessionProvider/SessionProvider.csproj | 20 ++++---- Plugins/SessionProvider/null | 1 + 4 files changed, 126 insertions(+), 11 deletions(-) create mode 100644 Plugins/SessionProvider/SessionProvider - Backup (1).csproj create mode 100644 Plugins/SessionProvider/SessionProvider - Backup.csproj create mode 100644 Plugins/SessionProvider/null (limited to 'Plugins/SessionProvider') diff --git a/Plugins/SessionProvider/SessionProvider - Backup (1).csproj b/Plugins/SessionProvider/SessionProvider - Backup (1).csproj new file mode 100644 index 0000000..7eb7022 --- /dev/null +++ b/Plugins/SessionProvider/SessionProvider - Backup (1).csproj @@ -0,0 +1,60 @@ + + + + net6.0 + VNLib.Plugins.Essentials.Sessions + SessionProvider + SessionProvider + Vaughn Nugent + SessionProvider + Copyright © 2022 Vaughn Nugent + 1.0.3.1 + www.vaughnnugent.com/resources + AnyCPU;x64 + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + true + 1.0.2.1 + 1.0.2.1 + enable + + + False + + + False + + + + + + + + + + Always + + + + + + + + + + + + diff --git a/Plugins/SessionProvider/SessionProvider - Backup.csproj b/Plugins/SessionProvider/SessionProvider - Backup.csproj new file mode 100644 index 0000000..d20a524 --- /dev/null +++ b/Plugins/SessionProvider/SessionProvider - Backup.csproj @@ -0,0 +1,56 @@ + + + + net6.0 + VNLib.Plugins.Essentials.Sessions + SessionProvider + SessionProvider + Vaughn Nugent + SessionProvider + Copyright © 2022 Vaughn Nugent + 1.0.3.1 + www.vaughnnugent.com/resources + AnyCPU;x64 + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + true + 1.0.2.1 + 1.0.2.1 + enable + + + False + + + False + + + + + + + + + + Always + + + + + + + + diff --git a/Plugins/SessionProvider/SessionProvider.csproj b/Plugins/SessionProvider/SessionProvider.csproj index d20a524..4ed7dc1 100644 --- a/Plugins/SessionProvider/SessionProvider.csproj +++ b/Plugins/SessionProvider/SessionProvider.csproj @@ -2,6 +2,7 @@ net6.0 + enable VNLib.Plugins.Essentials.Sessions SessionProvider SessionProvider @@ -9,8 +10,7 @@ SessionProvider Copyright © 2022 Vaughn Nugent 1.0.3.1 - www.vaughnnugent.com/resources - AnyCPU;x64 + https://www.vaughnnugent.com/resources @@ -27,16 +27,10 @@ true - 1.0.2.1 - 1.0.2.1 - enable - - - False - - - False + True + latest-all + @@ -53,4 +47,8 @@ + + + + diff --git a/Plugins/SessionProvider/null b/Plugins/SessionProvider/null new file mode 100644 index 0000000..48b2100 --- /dev/null +++ b/Plugins/SessionProvider/null @@ -0,0 +1 @@ +F:\Programming\Web Plugins\DevPlugins\SessionProvider\*, Are you sure (Y/N)? -- cgit