From da6c4a3a3b7cc138fafa066ca5383834cfe7307e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=97=E7=A5=9E?= Date: Mon, 15 Jun 2020 08:11:29 +0800 Subject: [PATCH 1/2] linux-arm64 For Raspberry Pi 4 Support --- build/NetStandard.settings | 2 +- src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj | 2 +- .../Ast/Test/Microsoft.Python.Analysis.Tests.csproj | 8 ++++---- src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj | 2 +- .../Test/Microsoft.Python.Analysis.Caching.Tests.csproj | 8 ++++---- src/Core/Impl/Microsoft.Python.Core.csproj | 2 +- src/Core/Test/Microsoft.Python.Core.Tests.csproj | 6 +++--- .../Impl/Microsoft.Python.LanguageServer.csproj | 4 ++-- .../Test/Microsoft.Python.LanguageServer.Tests.csproj | 8 ++++---- src/Parsing/Test/Microsoft.Python.Parsing.Tests.csproj | 6 +++--- src/UnitTests/Core/Impl/UnitTests.Core.csproj | 4 ++-- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/build/NetStandard.settings b/build/NetStandard.settings index 2d4474219..8c742805f 100644 --- a/build/NetStandard.settings +++ b/build/NetStandard.settings @@ -23,7 +23,7 @@ - win-x86;win-x64;osx-x64;linux-x64 + win-x86;win-x64;osx-x64;linux-x64;linux-arm64 diff --git a/src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj b/src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj index 4dfae34ee..3ca068dee 100644 --- a/src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj +++ b/src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Analysis/Ast/Test/Microsoft.Python.Analysis.Tests.csproj b/src/Analysis/Ast/Test/Microsoft.Python.Analysis.Tests.csproj index ba4843fe0..5193094ed 100644 --- a/src/Analysis/Ast/Test/Microsoft.Python.Analysis.Tests.csproj +++ b/src/Analysis/Ast/Test/Microsoft.Python.Analysis.Tests.csproj @@ -23,15 +23,15 @@ - + - - + + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj b/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj index 8f592a7c3..23e374c0a 100644 --- a/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj +++ b/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Caching/Test/Microsoft.Python.Analysis.Caching.Tests.csproj b/src/Caching/Test/Microsoft.Python.Analysis.Caching.Tests.csproj index 11a918e64..dc64d491c 100644 --- a/src/Caching/Test/Microsoft.Python.Analysis.Caching.Tests.csproj +++ b/src/Caching/Test/Microsoft.Python.Analysis.Caching.Tests.csproj @@ -17,14 +17,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Core/Impl/Microsoft.Python.Core.csproj b/src/Core/Impl/Microsoft.Python.Core.csproj index 14cee6cba..4f6f57d67 100644 --- a/src/Core/Impl/Microsoft.Python.Core.csproj +++ b/src/Core/Impl/Microsoft.Python.Core.csproj @@ -23,7 +23,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Core/Test/Microsoft.Python.Core.Tests.csproj b/src/Core/Test/Microsoft.Python.Core.Tests.csproj index b54e9457b..287bfbf40 100644 --- a/src/Core/Test/Microsoft.Python.Core.Tests.csproj +++ b/src/Core/Test/Microsoft.Python.Core.Tests.csproj @@ -27,10 +27,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj b/src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj index 82cc9a0e2..a91135409 100644 --- a/src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj +++ b/src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj @@ -29,9 +29,9 @@ all runtime; build; native; contentfiles; analyzers - + - + diff --git a/src/LanguageServer/Test/Microsoft.Python.LanguageServer.Tests.csproj b/src/LanguageServer/Test/Microsoft.Python.LanguageServer.Tests.csproj index 02c3cf349..8d85e8ae0 100644 --- a/src/LanguageServer/Test/Microsoft.Python.LanguageServer.Tests.csproj +++ b/src/LanguageServer/Test/Microsoft.Python.LanguageServer.Tests.csproj @@ -23,15 +23,15 @@ - + - - + + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Parsing/Test/Microsoft.Python.Parsing.Tests.csproj b/src/Parsing/Test/Microsoft.Python.Parsing.Tests.csproj index b126ecebe..8094d8c61 100644 --- a/src/Parsing/Test/Microsoft.Python.Parsing.Tests.csproj +++ b/src/Parsing/Test/Microsoft.Python.Parsing.Tests.csproj @@ -27,10 +27,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/UnitTests/Core/Impl/UnitTests.Core.csproj b/src/UnitTests/Core/Impl/UnitTests.Core.csproj index 343216181..f1af95d05 100644 --- a/src/UnitTests/Core/Impl/UnitTests.Core.csproj +++ b/src/UnitTests/Core/Impl/UnitTests.Core.csproj @@ -8,8 +8,8 @@ - - + + all runtime; build; native; contentfiles; analyzers From b42660f9b4b8b2a496c37b7ac7455221be912bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=91=84=E6=96=87?= Date: Sat, 20 Jun 2020 22:10:41 +0800 Subject: [PATCH 2/2] rollback LiteDB 4.1.4 --- src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj b/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj index 23e374c0a..8f592a7c3 100644 --- a/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj +++ b/src/Caching/Impl/Microsoft.Python.Analysis.Caching.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers