Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sec committed Nov 14, 2024
1 parent e0676d5 commit 267c64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- add nuget source for SDK nuget's your compile with
- adjust global.json versions to SDK version
- for runtime, app host error could happen - this need sed linux-arch to freebsd-arc - ex. `sed -i '' -e 's/linux-arm64/freebsd-arm64/g' runtime/.dotnet/sdk/9.0.100-preview.7.24407.12/Microsoft.NETCoreSdk.BundledVersions.props`
- add `<NuGetAudit>false</NuGetAudit>` into `aspnetcore/Directory.Build.props`
- remove dnc/internal nuget feeds might also help
- ---
- build runtime (ILC can/will fail due to missing symbols, copy from crossbuild, but final SDK/nuget will also be broken)
- build aspnet (do not build with node/npm installed)
Expand Down

0 comments on commit 267c64a

Please sign in to comment.