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 22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
5- <TargetFramework >netstandard2.1 </TargetFramework >
5+ <TargetFramework >net6.0 </TargetFramework >
66 </PropertyGroup >
77
88</Project >
Original file line number Diff line number Diff line change 386386 " \n " ,
387387 " <PropertyGroup>\n " ,
388388 " <OutputType>Library</OutputType>\n " ,
389- " <TargetFramework>netstandard2.1 </TargetFramework>\n " ,
389+ " <TargetFramework>net6.0 </TargetFramework>\n " ,
390390 " <!-- This property tells the qsharp package to automatically load\n " ,
391391 " your project and use it as a workspace. -->\n " ,
392392 " <IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>\n " ,
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <OutputType >Library</OutputType >
7- <TargetFramework >netstandard2.1 </TargetFramework >
7+ <TargetFramework >net6.0 </TargetFramework >
88 <!-- This property tells the qsharp package to automatically load
99 your project and use it as a workspace. -->
1010 <IQSharpLoadAutomatically >true</IQSharpLoadAutomatically >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.Quantum.Sdk/0.27.253010" >
22 <PropertyGroup >
3- <TargetFramework >netstandard2.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <OutputType >Library</OutputType >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments