File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments