diff --git a/AaxDecrypter/AaxDecrypter.csproj b/AaxDecrypter/AaxDecrypter.csproj index e66ab3d0..56cdefbf 100644 --- a/AaxDecrypter/AaxDecrypter.csproj +++ b/AaxDecrypter/AaxDecrypter.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/AppScaffolding/AppScaffolding.csproj b/AppScaffolding/AppScaffolding.csproj index c6ee6f0c..11a273ef 100644 --- a/AppScaffolding/AppScaffolding.csproj +++ b/AppScaffolding/AppScaffolding.csproj @@ -2,8 +2,8 @@ - net5.0 - 6.4.4.1 + net6.0 + 6.5.0.1 diff --git a/ApplicationServices/ApplicationServices.csproj b/ApplicationServices/ApplicationServices.csproj index 5d4b9570..9b9ce79e 100644 --- a/ApplicationServices/ApplicationServices.csproj +++ b/ApplicationServices/ApplicationServices.csproj @@ -1,11 +1,11 @@ - net5.0 + net6.0 - + diff --git a/AudibleUtilities/AudibleUtilities.csproj b/AudibleUtilities/AudibleUtilities.csproj index 467a4404..27e1b544 100644 --- a/AudibleUtilities/AudibleUtilities.csproj +++ b/AudibleUtilities/AudibleUtilities.csproj @@ -1,11 +1,11 @@  - net5.0 + net6.0 - + diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 41399a80..b3f39e1f 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 @@ -12,13 +12,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DtoImporterService/DtoImporterService.csproj b/DtoImporterService/DtoImporterService.csproj index 94d100ba..bfa499c9 100644 --- a/DtoImporterService/DtoImporterService.csproj +++ b/DtoImporterService/DtoImporterService.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/FileLiberator/FileLiberator.csproj b/FileLiberator/FileLiberator.csproj index 65ffabc7..1687c788 100644 --- a/FileLiberator/FileLiberator.csproj +++ b/FileLiberator/FileLiberator.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/FileManager/FileManager.csproj b/FileManager/FileManager.csproj index 4ac2e23d..244bb9b4 100644 --- a/FileManager/FileManager.csproj +++ b/FileManager/FileManager.csproj @@ -1,11 +1,11 @@ - net5.0 + net6.0 - + diff --git a/Hoopla/Hoopla.csproj b/Hoopla/Hoopla.csproj index f208d303..dbc15171 100644 --- a/Hoopla/Hoopla.csproj +++ b/Hoopla/Hoopla.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 diff --git a/Libation.sln b/Libation.sln index fe88ed24..6d8d89a8 100644 --- a/Libation.sln +++ b/Libation.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28803.156 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{03C8835F-936C-4AF7-87AE-FF92BDBE8B9B}" ProjectSection(SolutionItems) = preProject diff --git a/LibationCli/LibationCli.csproj b/LibationCli/LibationCli.csproj index 6ed64511..5bc936a7 100644 --- a/LibationCli/LibationCli.csproj +++ b/LibationCli/LibationCli.csproj @@ -3,7 +3,7 @@ Exe - net5.0 + net6.0 true true diff --git a/LibationFileManager/LibationFileManager.csproj b/LibationFileManager/LibationFileManager.csproj index 96d707af..8142aac2 100644 --- a/LibationFileManager/LibationFileManager.csproj +++ b/LibationFileManager/LibationFileManager.csproj @@ -1,11 +1,11 @@  - net5.0 + net6.0 - + diff --git a/LibationSearchEngine/LibationSearchEngine.csproj b/LibationSearchEngine/LibationSearchEngine.csproj index e6c86651..0e03491d 100644 --- a/LibationSearchEngine/LibationSearchEngine.csproj +++ b/LibationSearchEngine/LibationSearchEngine.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/LibationWinForms/LibationWinForms.csproj b/LibationWinForms/LibationWinForms.csproj index ab57fec8..addd0bdd 100644 --- a/LibationWinForms/LibationWinForms.csproj +++ b/LibationWinForms/LibationWinForms.csproj @@ -3,12 +3,11 @@ WinExe - net5.0-windows + net6.0-windows true libation.ico Libation - true true win-x64 false @@ -29,7 +28,7 @@ - + diff --git a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index 533c5ffd..c5ed269d 100644 --- a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index c6b6963e..8491876f 100644 --- a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/FileManager.Tests/FileManager.Tests.csproj b/_Tests/FileManager.Tests/FileManager.Tests.csproj index 13c7ce68..283c102d 100644 --- a/_Tests/FileManager.Tests/FileManager.Tests.csproj +++ b/_Tests/FileManager.Tests/FileManager.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj index fcbd598a..b9475ca6 100644 --- a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj +++ b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj index 8a25987e..9614fd0e 100644 --- a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj +++ b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive