Skip to content

Commit

Permalink
fix: retarget project
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimaen committed Aug 19, 2024
1 parent 9a6c677 commit cefe631
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MusixmatchClientLib/MusixmatchClientLib.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net472</TargetFrameworks>
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<Description>C# library to interact with Musixmatch Private APIs.</Description>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand All @@ -14,6 +14,11 @@
<RepositoryUrl>https://github.com/Eimaen/MusixmatchClientLib</RepositoryUrl>
<AssemblyVersion>1.1.6.0</AssemblyVersion>
<FileVersion>1.1.6.0</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GraphQL.Client" Version="5.0.2" />
Expand Down

0 comments on commit cefe631

Please sign in to comment.