Skip to content

Commit

Permalink
add netstandard2.0 again for quantum.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
linderd committed Feb 21, 2024
1 parent 20f5630 commit 986b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quantum/Quantum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net8.0; netstandard2.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\Quantum.XML</DocumentationFile>
Expand Down

0 comments on commit 986b142

Please sign in to comment.