diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index fa44faea..28f7fd71 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -6,7 +6,7 @@ - + diff --git a/Source/DataLayer/DataLayer.csproj b/Source/DataLayer/DataLayer.csproj index 267bff06..39af005e 100644 --- a/Source/DataLayer/DataLayer.csproj +++ b/Source/DataLayer/DataLayer.csproj @@ -12,12 +12,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/FileManager/FileManager.csproj b/Source/FileManager/FileManager.csproj index 5753d64e..547317fe 100644 --- a/Source/FileManager/FileManager.csproj +++ b/Source/FileManager/FileManager.csproj @@ -6,7 +6,7 @@ - + diff --git a/Source/Libation.sln b/Source/Libation.sln index e7eda5c3..20a54d45 100644 --- a/Source/Libation.sln +++ b/Source/Libation.sln @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{03C8835F-936C-4AF7-87AE-FF92BDBE8B9B}" ProjectSection(SolutionItems) = preProject REFERENCE.txt = REFERENCE.txt + Upgrading dotnet version.txt = Upgrading dotnet version.txt _ARCHITECTURE NOTES.txt = _ARCHITECTURE NOTES.txt _AvaloniaUI Primer.txt = _AvaloniaUI Primer.txt _DB_NOTES.txt = _DB_NOTES.txt diff --git a/Source/Upgrading dotnet version.txt b/Source/Upgrading dotnet version.txt new file mode 100644 index 00000000..a81879cf --- /dev/null +++ b/Source/Upgrading dotnet version.txt @@ -0,0 +1,9 @@ +For reasons I cannot figure out, upgrading the major .net version breaks Libation until these were done. Update these to the same version of .net as the app and release their nugets: + +* https://github.com/rmcrackan/Dinah.Core +* https://github.com/rmcrackan/AudibleApi +* https://github.com/rmcrackan/LuceneNet303r2 + +* https://github.com/Mbucari/AAXClean.Codecs +* https://github.com/Mbucari/AAXClean +* https://github.com/Mbucari/serilog-sinks-zipfile