Skip to content

Commit

Permalink
Revert "Upgrade Windows build to NET8"
Browse files Browse the repository at this point in the history
This reverts commit f8ce569.
  • Loading branch information
timschneeb committed Feb 4, 2024
1 parent 3b48795 commit fb38471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GalaxyBudsClient/GalaxyBudsClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'=='true'">
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'!='true'">
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit fb38471

Please sign in to comment.