Skip to content

Commit

Permalink
Revert to .net 6
Browse files Browse the repository at this point in the history
bumping up to .net 7 caused a notsupported exception to be thrown by system.text.json regarding deserialization of the json class
  • Loading branch information
whichtwix authored Dec 4, 2022
1 parent 5dbf858 commit f8fc367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Downloader.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>Net7.0</TargetFramework>
<TargetFramework>Net6.0</TargetFramework>
<Configuration>Release</Configuration>
<Version>2.0.0</Version>
<DebugType>embedded</DebugType>
Expand All @@ -17,4 +17,4 @@
<PropertyGroup>
<NoWarn>IL2026</NoWarn>
</PropertyGroup>
</Project>
</Project>

0 comments on commit f8fc367

Please sign in to comment.