diff --git a/sample/Sample.csproj b/sample/Sample.csproj index 6a3b4d3..e6ef433 100644 --- a/sample/Sample.csproj +++ b/sample/Sample.csproj @@ -1,8 +1,8 @@ - + Exe - netcoreapp3.1 + net8.0 QSharpCommunity.Simulators.Chp.StabilizerSimulator AnyCPU;x64 @@ -11,4 +11,9 @@ + + + + + \ No newline at end of file diff --git a/src/ChpSimulator.csproj b/src/ChpSimulator.csproj index 87da217..e3b64d8 100644 --- a/src/ChpSimulator.csproj +++ b/src/ChpSimulator.csproj @@ -1,7 +1,7 @@ - + - netstandard2.1 + net8.0 AnyCPU;x64 @@ -14,8 +14,8 @@ - - + + diff --git a/test/ChpSimulator.Test.csproj b/test/ChpSimulator.Test.csproj index 7a5456a..1daedcb 100644 --- a/test/ChpSimulator.Test.csproj +++ b/test/ChpSimulator.Test.csproj @@ -1,16 +1,16 @@ - + - netcoreapp3.1 + net8.0 false AnyCPU;x64 - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -21,4 +21,9 @@ + + + + +