From f4e4dc8a47259bbeed501e1c0c537135056a0429 Mon Sep 17 00:00:00 2001 From: Andres Paz Date: Sun, 8 Dec 2019 21:40:58 -0800 Subject: [PATCH 1/7] [skip ci]Build 0.0.1.0 changes. --- Chemistry/Common/267DevDivSNKey2048.snk | Bin 288 -> 0 bytes Standard/Common/267DevDivSNKey2048.snk | Bin 288 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Chemistry/Common/267DevDivSNKey2048.snk delete mode 100644 Standard/Common/267DevDivSNKey2048.snk diff --git a/Chemistry/Common/267DevDivSNKey2048.snk b/Chemistry/Common/267DevDivSNKey2048.snk deleted file mode 100644 index 7a1fffb890a43a90273251a13141c1b92d5b2672..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 288 zcmV+*0pI=rBme*mfB*m#0RR970ssI2Bme+XQ$aBR2mk;90097DGnudPj`5axxzmR}d}v>#e4lBjR&}2Era&fE7}!jUWnTqBY9YFX4_ zm5IimTdxd3d8Bg@*(FuY0BX#OSy}SEZV=;O!$mit(q`I#g@t8<$X$Wje?Gt-*;Y(g z**$SQ&=)L@BcTrhIk*g#uy;1~*svm0Do%7I8ec;wBr%IMIi;Y7_~kt>6JMO9e><|_ z3jYf5gp~yQeCj{(lH85p?X6_Sj{W0IR?`BlRsC*&^8(fH&Fbk>WsNjaRvTY7#X|4f m-JghsIMZ~_@dm8-**Zi;!^b??5%5axxzmR}d}v>#e4lBjR&}2Era&fE7}!jUWnTqBY9YFX4_ zm5IimTdxd3d8Bg@*(FuY0BX#OSy}SEZV=;O!$mit(q`I#g@t8<$X$Wje?Gt-*;Y(g z**$SQ&=)L@BcTrhIk*g#uy;1~*svm0Do%7I8ec;wBr%IMIi;Y7_~kt>6JMO9e><|_ z3jYf5gp~yQeCj{(lH85p?X6_Sj{W0IR?`BlRsC*&^8(fH&Fbk>WsNjaRvTY7#X|4f m-JghsIMZ~_@dm8-**Zi;!^b??5%5 Date: Mon, 9 Dec 2019 04:32:40 -0800 Subject: [PATCH 2/7] [skip ci]Build 0.10.1912.9001 changes. --- Chemistry/src/DataModel/DataModel.csproj | 2 +- Chemistry/src/Jupyter/Jupyter.csproj | 4 ++-- Chemistry/src/Runtime/Runtime.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 4 ++-- Chemistry/tests/DataModelTests/CSharpTests.csproj | 4 ++-- Chemistry/tests/SamplesTests/SamplesTests.csproj | 4 ++-- Chemistry/tests/SystemTests/SystemTests.csproj | 4 ++-- Numerics/src/Numerics.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 4 ++-- Standard/src/Standard.csproj | 2 +- Standard/tests/Standard.Tests.csproj | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Chemistry/src/DataModel/DataModel.csproj b/Chemistry/src/DataModel/DataModel.csproj index 14086f84be6..6018924c003 100644 --- a/Chemistry/src/DataModel/DataModel.csproj +++ b/Chemistry/src/DataModel/DataModel.csproj @@ -35,7 +35,7 @@ - + diff --git a/Chemistry/src/Jupyter/Jupyter.csproj b/Chemistry/src/Jupyter/Jupyter.csproj index 57c676d8836..6ef1f8f466b 100644 --- a/Chemistry/src/Jupyter/Jupyter.csproj +++ b/Chemistry/src/Jupyter/Jupyter.csproj @@ -26,8 +26,8 @@ - - + + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 442a13d14c9..2dfbcf8f9c0 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -15,7 +15,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index 66e2888e2c0..ddf62be8bf1 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Chemistry/tests/DataModelTests/CSharpTests.csproj b/Chemistry/tests/DataModelTests/CSharpTests.csproj index 9c3df4a3cce..c871947cc3a 100644 --- a/Chemistry/tests/DataModelTests/CSharpTests.csproj +++ b/Chemistry/tests/DataModelTests/CSharpTests.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index af9581bbb83..b35f16e535d 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 0da8e8b4d71..17bbbb07aea 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index fe72ffe01c3..aaa94752eb1 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -30,7 +30,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index 3f1f62f3317..f1627bcc854 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index f32f4c1fdf1..1c97309cf49 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -30,7 +30,7 @@ - + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 771ff3c378a..573e77bb0c2 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -20,8 +20,8 @@ - - + + From a962ec3be6b679a79815391627a70b9062109516 Mon Sep 17 00:00:00 2001 From: ms-quantum build agent Date: Tue, 10 Dec 2019 05:44:13 +0000 Subject: [PATCH 3/7] [skip ci]Build 0.10.1912.935 changes. --- Chemistry/src/DataModel/DataModel.csproj | 2 +- Chemistry/src/Jupyter/Jupyter.csproj | 4 ++-- Chemistry/src/Runtime/Runtime.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 4 ++-- Chemistry/tests/DataModelTests/CSharpTests.csproj | 4 ++-- Chemistry/tests/SamplesTests/SamplesTests.csproj | 4 ++-- Chemistry/tests/SystemTests/SystemTests.csproj | 4 ++-- Numerics/src/Numerics.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 4 ++-- Standard/src/Standard.csproj | 2 +- Standard/tests/Standard.Tests.csproj | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Chemistry/src/DataModel/DataModel.csproj b/Chemistry/src/DataModel/DataModel.csproj index 6018924c003..cc9291cd135 100644 --- a/Chemistry/src/DataModel/DataModel.csproj +++ b/Chemistry/src/DataModel/DataModel.csproj @@ -35,7 +35,7 @@ - + diff --git a/Chemistry/src/Jupyter/Jupyter.csproj b/Chemistry/src/Jupyter/Jupyter.csproj index 6ef1f8f466b..27d15e041da 100644 --- a/Chemistry/src/Jupyter/Jupyter.csproj +++ b/Chemistry/src/Jupyter/Jupyter.csproj @@ -26,8 +26,8 @@ - - + + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 2dfbcf8f9c0..32761774ffd 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -15,7 +15,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index ddf62be8bf1..eaaef6b653b 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Chemistry/tests/DataModelTests/CSharpTests.csproj b/Chemistry/tests/DataModelTests/CSharpTests.csproj index c871947cc3a..949be1f9446 100644 --- a/Chemistry/tests/DataModelTests/CSharpTests.csproj +++ b/Chemistry/tests/DataModelTests/CSharpTests.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index b35f16e535d..8e50b799dbf 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 17bbbb07aea..77a07bf4e35 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index aaa94752eb1..613396820ce 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -30,7 +30,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index f1627bcc854..d737156bf46 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 1c97309cf49..1f7a40aa0a3 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -30,7 +30,7 @@ - + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 573e77bb0c2..9c4b3829e96 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -20,8 +20,8 @@ - - + + From 3cf66152f44458c50cf21f03b7c40f261153ebf0 Mon Sep 17 00:00:00 2001 From: Andres Paz Date: Mon, 9 Dec 2019 22:24:15 -0800 Subject: [PATCH 4/7] Getting public signing from public repo. --- Chemistry/Common/DelaySign.cs | 2 +- Standard/Common/DelaySign.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chemistry/Common/DelaySign.cs b/Chemistry/Common/DelaySign.cs index 8a98ee2ffaa..22ed0836942 100644 --- a/Chemistry/Common/DelaySign.cs +++ b/Chemistry/Common/DelaySign.cs @@ -2,7 +2,7 @@ // Attributes for delay-signing #if SIGNED -[assembly:AssemblyKeyFile("..\\..\\Common\\267DevDivSNKey2048.snk")] +[assembly:AssemblyKeyFile("..\\..\\..\\Build\\267DevDivSNKey2048.snk")] [assembly:AssemblyDelaySign(true)] #endif diff --git a/Standard/Common/DelaySign.cs b/Standard/Common/DelaySign.cs index b87eea67bcd..a2e08c82e45 100644 --- a/Standard/Common/DelaySign.cs +++ b/Standard/Common/DelaySign.cs @@ -2,7 +2,7 @@ // Attributes for delay-signing #if SIGNED -[assembly:AssemblyKeyFile("..\\Common\\267DevDivSNKey2048.snk")] +[assembly:AssemblyKeyFile("..\\..\\Build\\267DevDivSNKey2048.snk")] [assembly:AssemblyDelaySign(true)] #endif From 90bab03ea9b8eacc3b55a1c4ee4c6d2cb7a92dae Mon Sep 17 00:00:00 2001 From: ms-quantum build agent Date: Thu, 12 Dec 2019 09:13:03 +0000 Subject: [PATCH 5/7] Build 0.10.1912.1206 changes. [skip ci] --- Chemistry/src/DataModel/DataModel.csproj | 2 +- Chemistry/src/Jupyter/Jupyter.csproj | 4 ++-- Chemistry/src/Runtime/Runtime.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 4 ++-- Chemistry/tests/DataModelTests/CSharpTests.csproj | 4 ++-- Chemistry/tests/SamplesTests/SamplesTests.csproj | 4 ++-- Chemistry/tests/SystemTests/SystemTests.csproj | 4 ++-- Numerics/src/Numerics.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 4 ++-- Standard/src/Standard.csproj | 2 +- Standard/tests/Standard.Tests.csproj | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Chemistry/src/DataModel/DataModel.csproj b/Chemistry/src/DataModel/DataModel.csproj index cc9291cd135..b47832ee920 100644 --- a/Chemistry/src/DataModel/DataModel.csproj +++ b/Chemistry/src/DataModel/DataModel.csproj @@ -35,7 +35,7 @@ - + diff --git a/Chemistry/src/Jupyter/Jupyter.csproj b/Chemistry/src/Jupyter/Jupyter.csproj index 27d15e041da..987fb6b418e 100644 --- a/Chemistry/src/Jupyter/Jupyter.csproj +++ b/Chemistry/src/Jupyter/Jupyter.csproj @@ -26,8 +26,8 @@ - - + + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 32761774ffd..f7696ae58ea 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -15,7 +15,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index eaaef6b653b..e8830bb8a0f 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Chemistry/tests/DataModelTests/CSharpTests.csproj b/Chemistry/tests/DataModelTests/CSharpTests.csproj index 949be1f9446..d467bfdf798 100644 --- a/Chemistry/tests/DataModelTests/CSharpTests.csproj +++ b/Chemistry/tests/DataModelTests/CSharpTests.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index 8e50b799dbf..4c3e8779d88 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 77a07bf4e35..269deba3361 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index 613396820ce..e620f9f0176 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -30,7 +30,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index d737156bf46..28e2d1647ba 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 1f7a40aa0a3..32bc60c3a8e 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -30,7 +30,7 @@ - + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 9c4b3829e96..39a5a8f2782 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -20,8 +20,8 @@ - - + + From dce3686bfdc0476039ac5e83966d582fd574f69a Mon Sep 17 00:00:00 2001 From: ms-quantum build agent Date: Fri, 13 Dec 2019 07:04:46 +0000 Subject: [PATCH 6/7] Build 0.10.1912.1220 changes. [skip ci] --- Chemistry/src/DataModel/DataModel.csproj | 2 +- Chemistry/src/Jupyter/Jupyter.csproj | 4 ++-- Chemistry/src/Runtime/Runtime.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 4 ++-- Chemistry/tests/DataModelTests/CSharpTests.csproj | 4 ++-- Chemistry/tests/SamplesTests/SamplesTests.csproj | 4 ++-- Chemistry/tests/SystemTests/SystemTests.csproj | 4 ++-- Numerics/src/Numerics.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 4 ++-- Standard/src/Standard.csproj | 2 +- Standard/tests/Standard.Tests.csproj | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Chemistry/src/DataModel/DataModel.csproj b/Chemistry/src/DataModel/DataModel.csproj index cc9291cd135..c98e43e07e6 100644 --- a/Chemistry/src/DataModel/DataModel.csproj +++ b/Chemistry/src/DataModel/DataModel.csproj @@ -35,7 +35,7 @@ - + diff --git a/Chemistry/src/Jupyter/Jupyter.csproj b/Chemistry/src/Jupyter/Jupyter.csproj index 27d15e041da..ec5f6a39af7 100644 --- a/Chemistry/src/Jupyter/Jupyter.csproj +++ b/Chemistry/src/Jupyter/Jupyter.csproj @@ -26,8 +26,8 @@ - - + + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 32761774ffd..f4a468f5f68 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -15,7 +15,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index eaaef6b653b..6f19e26f0ea 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Chemistry/tests/DataModelTests/CSharpTests.csproj b/Chemistry/tests/DataModelTests/CSharpTests.csproj index 949be1f9446..d6421db32d9 100644 --- a/Chemistry/tests/DataModelTests/CSharpTests.csproj +++ b/Chemistry/tests/DataModelTests/CSharpTests.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index 8e50b799dbf..28a5c75c21a 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 77a07bf4e35..530c6085ef6 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index 613396820ce..c62dd5b9dc1 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -30,7 +30,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index d737156bf46..b0fb0735274 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 1f7a40aa0a3..def52e1f17e 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -30,7 +30,7 @@ - + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 9c4b3829e96..76659a8ef43 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -20,8 +20,8 @@ - - + + From eb8b92abeeb2ad0440e0fdf7878f73f4c889ad2b Mon Sep 17 00:00:00 2001 From: bettinaheim <34236215+bettinaheim@users.noreply.github.com> Date: Tue, 17 Dec 2019 20:02:52 -0800 Subject: [PATCH 7/7] looks like my package updates were overwritten (#193) --- Chemistry/src/DataModel/DataModel.csproj | 6 +++--- Chemistry/src/Jupyter/Jupyter.csproj | 6 +++--- Chemistry/src/Runtime/Runtime.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 13 ++++++++----- Chemistry/tests/DataModelTests/CSharpTests.csproj | 15 +++++++++------ Chemistry/tests/SamplesTests/SamplesTests.csproj | 15 +++++++++------ Chemistry/tests/SystemTests/SystemTests.csproj | 13 ++++++++----- Numerics/src/Numerics.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 13 ++++++++----- Standard/src/Standard.csproj | 7 ++----- Standard/tests/Standard.Tests.csproj | 10 +++++----- 11 files changed, 57 insertions(+), 45 deletions(-) diff --git a/Chemistry/src/DataModel/DataModel.csproj b/Chemistry/src/DataModel/DataModel.csproj index 78e2860efa9..6c787137998 100644 --- a/Chemistry/src/DataModel/DataModel.csproj +++ b/Chemistry/src/DataModel/DataModel.csproj @@ -35,9 +35,9 @@ - - - + + + diff --git a/Chemistry/src/Jupyter/Jupyter.csproj b/Chemistry/src/Jupyter/Jupyter.csproj index 7e64dfecf5b..da3e74cc8e6 100644 --- a/Chemistry/src/Jupyter/Jupyter.csproj +++ b/Chemistry/src/Jupyter/Jupyter.csproj @@ -26,9 +26,9 @@ - - - + + + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index f4a468f5f68..2dfbcf8f9c0 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -15,7 +15,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index 6f19e26f0ea..573b654a2b9 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -10,11 +10,14 @@ - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Chemistry/tests/DataModelTests/CSharpTests.csproj b/Chemistry/tests/DataModelTests/CSharpTests.csproj index d6421db32d9..f8af284a8e0 100644 --- a/Chemistry/tests/DataModelTests/CSharpTests.csproj +++ b/Chemistry/tests/DataModelTests/CSharpTests.csproj @@ -23,12 +23,15 @@ - - - - - - + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index 28a5c75c21a..cdbfc4688ae 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -17,12 +17,15 @@ - - - - - - + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 530c6085ef6..f5970bf9457 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -17,11 +17,14 @@ - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index f76612c018e..53c33d5ee9c 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -30,7 +30,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index b0fb0735274..e8c9b86e785 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -15,11 +15,14 @@ - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index def52e1f17e..5a44aad43cb 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -30,10 +30,7 @@ - - - - - + + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 76659a8ef43..0be3d1c80a1 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -20,11 +20,11 @@ - - - - - + + + + +