You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
- add nuget source for SDK nuget's your compile with
13
13
- adjust global.json versions to SDK version
14
14
- 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`
15
+
- add `<NuGetAudit>false</NuGetAudit>` into `aspnetcore/Directory.Build.props`
16
+
- remove dnc/internal nuget feeds might also help
15
17
- ---
16
18
- build runtime (ILC can/will fail due to missing symbols, copy from crossbuild, but final SDK/nuget will also be broken)
17
19
- build aspnet (do not build with node/npm installed)
0 commit comments