Skip to content

Commit

Permalink
Use multiple target frameworks for Eto.Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Mar 6, 2023
1 parent 7bc5c5b commit 34f67a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eto/Eto.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<LangVersion>10</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors Condition="$(Configuration) == 'Release'">true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 34f67a8

Please sign in to comment.