We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ce648 commit 86feed5Copy full SHA for 86feed5
tools/example-templates/code-in-class-lib/Project.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net10.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
5
<AssemblyName>$example-name</AssemblyName>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<Nullable>annotations</Nullable>
0 commit comments