File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.Quantum.Sdk/0.18.2107153439 " >
1
+ <Project Sdk =" Microsoft.Quantum.Sdk/0.28.302812 " >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net8.0 </TargetFramework >
6
6
<DefaultSimulator >QSharpCommunity.Simulators.Chp.StabilizerSimulator</DefaultSimulator >
7
7
<Platforms >AnyCPU;x64</Platforms >
8
8
</PropertyGroup >
11
11
<ProjectReference Include =" ../src/ChpSimulator.csproj" />
12
12
</ItemGroup >
13
13
14
+ <ItemGroup >
15
+ <PackageReference Update =" Microsoft.Quantum.QSharp.Core" Version =" 0.28.302812" />
16
+ <PackageReference Update =" Microsoft.Quantum.Standard" Version =" 0.28.302812" />
17
+ </ItemGroup >
18
+
14
19
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
<Platforms >AnyCPU;x64</Platforms >
6
6
</PropertyGroup >
7
7
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.Quantum.Simulators" Version =" 0.18.2107153439 " />
18
- <PackageReference Include =" Microsoft.Quantum.IQSharp.Jupyter" Version =" 0.18.2107153439 " />
17
+ <PackageReference Include =" Microsoft.Quantum.Simulators" Version =" 0.28.302812 " />
18
+ <PackageReference Include =" Microsoft.Quantum.IQSharp.Jupyter" Version =" 0.28.302812 " />
19
19
</ItemGroup >
20
20
21
21
<!-- For more info on the package properties check out https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#nuget-metadata-properties -->
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.Quantum.Sdk/0.18.2107153439 " >
1
+ <Project Sdk =" Microsoft.Quantum.Sdk/0.28.302812 " >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<Platforms >AnyCPU;x64</Platforms >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Quantum.Xunit" Version =" 0.18.2107153439 " />
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6 .1" />
12
- <PackageReference Include =" xunit" Version =" 2.4.1 " />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4 .2" >
10
+ <PackageReference Include =" Microsoft.Quantum.Xunit" Version =" 0.28.302812 " />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .1" />
12
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8 .2" >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
21
21
<ProjectReference Include =" ..\src\ChpSimulator.csproj" />
22
22
</ItemGroup >
23
23
24
+ <ItemGroup >
25
+ <PackageReference Update =" Microsoft.Quantum.QSharp.Core" Version =" 0.28.302812" />
26
+ <PackageReference Update =" Microsoft.Quantum.Standard" Version =" 0.28.302812" />
27
+ </ItemGroup >
28
+
24
29
</Project >
You can’t perform that action at this time.
0 commit comments