Skip to content

Commit cefe631

Browse files
committed
fix: retarget project
1 parent 9a6c677 commit cefe631

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MusixmatchClientLib/MusixmatchClientLib.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net6.0;net472</TargetFrameworks>
3+
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0</TargetFrameworks>
44
<Description>C# library to interact with Musixmatch Private APIs.</Description>
55
<OutputType>Library</OutputType>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -14,6 +14,11 @@
1414
<RepositoryUrl>https://github.com/Eimaen/MusixmatchClientLib</RepositoryUrl>
1515
<AssemblyVersion>1.1.6.0</AssemblyVersion>
1616
<FileVersion>1.1.6.0</FileVersion>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1722
</PropertyGroup>
1823
<ItemGroup>
1924
<PackageReference Include="GraphQL.Client" Version="5.0.2" />

0 commit comments

Comments
 (0)