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 c1e31f5 commit 4b94663Copy full SHA for 4b94663
SampleApp/SampleApp.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<IsTrimmable>true</IsTrimmable>
0 commit comments