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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard2 .0;net6.0;net472 </TargetFrameworks >
3
+ <TargetFrameworks >net8 .0;net7.0; net6.0;net5.0;netstandard2.1;netstandard2.0 </TargetFrameworks >
4
4
<Description >C# library to interact with Musixmatch Private APIs.</Description >
5
5
<OutputType >Library</OutputType >
6
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
14
<RepositoryUrl >https://github.com/Eimaen/MusixmatchClientLib</RepositoryUrl >
15
15
<AssemblyVersion >1.1.6.0</AssemblyVersion >
16
16
<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 >
17
22
</PropertyGroup >
18
23
<ItemGroup >
19
24
<PackageReference Include =" GraphQL.Client" Version =" 5.0.2" />
You can’t perform that action at this time.
0 commit comments