.NET6.0 Target Frameworks C# #9489
                  
                    
                      sudharsan-narayanan
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| Because WPF works on Windows only. See https://learn.microsoft.com/en-us/dotnet/standard/frameworks for more details. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Can you please explain, why we are using the
TargetFrameworkin csproj for net 60 as below?<PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> </PropertyGroup>instead of
<PropertyGroup> <TargetFramework>net6.0</TargetFramework> </PropertyGroup>is there any difference in this? Please explain
Beta Was this translation helpful? Give feedback.
All reactions