Skip to content

Commit

Permalink
Add net472 target to TestClient to allow execution on mono 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
IkerCelorrio committed Dec 13, 2022
1 parent b94c5fb commit a592dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestClient/TestClient.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>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Exe</OutputType>
<LangVersion>9</LangVersion>
Expand Down

0 comments on commit a592dab

Please sign in to comment.