Skip to content

Commit 9895a62

Browse files
committed
updated net versions
1 parent 9303bbc commit 9895a62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example_CSharp/screen_capture_lite_example_csharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
77
<Platforms>x64;x86</Platforms>
88
</PropertyGroup>

src_csharp/screen_capture_lite_csharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)