diff --git a/Build/props/tests.props b/Build/props/tests.props index e14e3d4d..d181ff77 100644 --- a/Build/props/tests.props +++ b/Build/props/tests.props @@ -7,7 +7,7 @@ - + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 17d48d51..91363e18 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -40,7 +40,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index baa4992b..75a7c422 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 6f9abc59..d9b9de76 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/MachineLearning/src/MachineLearning.csproj b/MachineLearning/src/MachineLearning.csproj index ae520453..8868514f 100644 --- a/MachineLearning/src/MachineLearning.csproj +++ b/MachineLearning/src/MachineLearning.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 Microsoft.Quantum.MachineLearning diff --git a/MachineLearning/tests/MachineLearningTests.csproj b/MachineLearning/tests/MachineLearningTests.csproj index a28ba82d..e56d38bc 100644 --- a/MachineLearning/tests/MachineLearningTests.csproj +++ b/MachineLearning/tests/MachineLearningTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/NOTICE.txt b/NOTICE.txt index 739a3ab9..ac4b1dc0 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -5293,7 +5293,7 @@ Copyright (c) Microsoft Corporation. --------------------------------------------------------- -Microsoft.Quantum.Compiler 0.24.201332 - MIT +Microsoft.Quantum.Compiler 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5313,7 +5313,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.CSharpGeneration 0.24.201332 - MIT +Microsoft.Quantum.CSharpGeneration 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5333,7 +5333,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.DocumentationGenerator 0.24.201332 - MIT +Microsoft.Quantum.DocumentationGenerator 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5353,7 +5353,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.IQSharp.Core 0.24.201332 - MIT +Microsoft.Quantum.IQSharp.Core 0.24.210930 - MIT (c) by W3C @@ -5760,7 +5760,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.IQSharp.Jupyter 0.24.201332 - MIT +Microsoft.Quantum.IQSharp.Jupyter 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5780,7 +5780,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.QSharp.Core 0.24.201332 - MIT +Microsoft.Quantum.QSharp.Core 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5800,7 +5800,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.QSharp.Foundation 0.24.201332 - MIT +Microsoft.Quantum.QSharp.Foundation 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5820,7 +5820,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Runtime.Core 0.24.201332 - MIT +Microsoft.Quantum.Runtime.Core 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5840,7 +5840,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Simulators 0.24.201332 - MIT +Microsoft.Quantum.Simulators 0.24.210930 - MIT (c) 2008 VeriSign, Inc. @@ -5860,7 +5860,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Targets.Interfaces 0.24.201332 - MIT +Microsoft.Quantum.Targets.Interfaces 0.24.210930 - MIT (c) 2008 VeriSign, Inc. diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index 61f716e1..ac3774c4 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -41,7 +41,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index 872a5aab..6cf9efea 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 5255fac0..42168d32 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -38,8 +38,8 @@ - - + + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index c32ab953..bb1a8f9d 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Visualization/src/Visualization.csproj b/Visualization/src/Visualization.csproj index 58851a9e..f41a2146 100644 --- a/Visualization/src/Visualization.csproj +++ b/Visualization/src/Visualization.csproj @@ -32,9 +32,9 @@ - + - + diff --git a/global.json b/global.json index 93f1cbe4..659878fd 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Microsoft.Quantum.Sdk": "0.24.201332" + "Microsoft.Quantum.Sdk": "0.24.210930" } }