We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11eb48 commit 83cb5d8Copy full SHA for 83cb5d8
ScreenCapture.NET/ScreenCapture.NET.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFrameworks>net6.0;net5.0</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
5
<Nullable>enable</Nullable>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments