Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
添加netstandard2.0支持
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe committed Dec 31, 2018
1 parent 2002784 commit 38ca5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QQMusic.hzexe.com/QQMusic.hzexe.com.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
<Title>Download music from QQ music</Title>
<Version>0.1.0</Version>
<PackageId>Hzexe.QQMusic</PackageId>
Expand Down

0 comments on commit 38ca5f7

Please sign in to comment.