This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
runtime/qpic-simulator/simulator Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
- <TargetFramework >netstandard2.1 </TargetFramework >
5
+ <TargetFramework >net6.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
</Project >
Original file line number Diff line number Diff line change 386
386
" \n " ,
387
387
" <PropertyGroup>\n " ,
388
388
" <OutputType>Library</OutputType>\n " ,
389
- " <TargetFramework>netstandard2.1 </TargetFramework>\n " ,
389
+ " <TargetFramework>net6.0 </TargetFramework>\n " ,
390
390
" <!-- This property tells the qsharp package to automatically load\n " ,
391
391
" your project and use it as a workspace. -->\n " ,
392
392
" <IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>\n " ,
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<OutputType >Library</OutputType >
7
- <TargetFramework >netstandard2.1 </TargetFramework >
7
+ <TargetFramework >net6.0 </TargetFramework >
8
8
<!-- This property tells the qsharp package to automatically load
9
9
your project and use it as a workspace. -->
10
10
<IQSharpLoadAutomatically >true</IQSharpLoadAutomatically >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.Quantum.Sdk/0.27.253010" >
2
2
<PropertyGroup >
3
- <TargetFramework >netstandard2.1 </TargetFramework >
3
+ <TargetFramework >net6.0 </TargetFramework >
4
4
<OutputType >Library</OutputType >
5
5
</PropertyGroup >
6
6
</Project >
You can’t perform that action at this time.
0 commit comments