Skip to content

Commit a42c850

Browse files
committed
Fix target framework for quartz package.
1 parent 4fb0247 commit a42c850

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/Abp.Quartz/Abp.Quartz.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<None Include="bin\Release\net461\Abp.Quartz.pdb">
24-
<PackagePath>lib/net461/</PackagePath>
23+
<None Include="bin\Release\netstandard2.0\Abp.Quartz.pdb">
24+
<PackagePath>lib/netstandard2.0/</PackagePath>
2525
<Pack>true</Pack>
2626
</None>
2727
</ItemGroup>
@@ -34,9 +34,4 @@
3434
<PackageReference Include="Quartz" Version="3.0.4" />
3535
</ItemGroup>
3636

37-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
38-
<Reference Include="System" />
39-
<Reference Include="Microsoft.CSharp" />
40-
</ItemGroup>
41-
4237
</Project>

0 commit comments

Comments
 (0)