How to build .net 8.0 sdk wihout using sdk? #4564
              
                Unanswered
              
          
                  
                    
                      DancingCorpse
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
 No, .NET requires a previous version of the .NET SDK to build. This is described in the bootstrap guidelines doc. | 
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.
-
I want to build the .net 8.0 sdk from source on my machine, so I cloned the repository "dotnet/dotnet" and checkout the branch "release/8.0.1xx", but when running the command "./prep.sh", but it always tries to download the already built .net sdk and use this sdk to build a new sdk.
Is there a way to build the .net 8.0 sdk from source but without using the sdk?
Beta Was this translation helpful? Give feedback.
All reactions