Skip to content

Commit

Permalink
Merge pull request #159 from AiAe/master
Browse files Browse the repository at this point in the history
Downgrade Quaver.API to use netstandard2.1
  • Loading branch information
AiAe authored Apr 12, 2024
2 parents 9d20659 + 3000a1c commit c2641dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quaver.API/Quaver.API.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
Expand All @@ -22,4 +22,4 @@
<PackageReference Include="YamlDotNet" Version="5.1.0" />
<PackageReference Include="z440.atl.core" Version="3.18.0" />
</ItemGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions Quaver.Tools/Quaver.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.12.0" />
Expand Down

0 comments on commit c2641dd

Please sign in to comment.