Skip to content

Commit

Permalink
Fixing the undesirable dependencies issue for qdk (microsoft#771)
Browse files Browse the repository at this point in the history
* Migrated to net6.0.
  • Loading branch information
kuzminrobin authored Feb 7, 2023
1 parent 2faada0 commit 015b8dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/interoperability/dotnet/qsharp/qsharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"\n",
" <PropertyGroup>\n",
" <OutputType>Library</OutputType>\n",
" <TargetFramework>netstandard2.1</TargetFramework>\n",
" <TargetFramework>net6.0</TargetFramework>\n",
" <!-- This property tells the qsharp package to automatically load\n",
" your project and use it as a workspace. -->\n",
" <IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>\n",
Expand Down
2 changes: 1 addition & 1 deletion samples/interoperability/python/python.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<!-- This property tells the qsharp package to automatically load
your project and use it as a workspace. -->
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
Expand Down
2 changes: 1 addition & 1 deletion samples/runtime/qpic-simulator/simulator/simulator.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
</PropertyGroup>
</Project>

0 comments on commit 015b8dc

Please sign in to comment.