Skip to content

Commit 4b94663

Browse files
committed
add net 5 and core 3.1 to sample app
1 parent c1e31f5 commit 4b94663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleApp/SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>

0 commit comments

Comments
 (0)