Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 015b8dc

Browse files
authored
Fixing the undesirable dependencies issue for qdk (#771)
* Migrated to net6.0.
1 parent 2faada0 commit 015b8dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/interoperability/dotnet/qsharp/qsharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>netstandard2.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
</Project>

samples/interoperability/python/python-qsharp-interop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
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",

samples/interoperability/python/python.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)