diff --git a/content/app/maintainance/dependencies/_index.en.md b/content/app/maintainance/dependencies/_index.en.md
index e479e21229f..4a865be1179 100644
--- a/content/app/maintainance/dependencies/_index.en.md
+++ b/content/app/maintainance/dependencies/_index.en.md
@@ -26,6 +26,32 @@ These references must be updated to get the latest version
With this extension you can view what the latest version of all dependencies when you open App.csproj (the extension also supports npm).
{{% /panel%}}
+{{}}
+
+{{}}
+
+- Locate the references to the libraries used in your app. The references are located in `App/App.csproj`.
+
+Example.:
+
+```xml
+
+
+
+
+```
+
+- Check if a new version of the libraries are published:
+ - [Altinn.App.Api](https://www.nuget.org/packages/Altinn.App.Api)
+ - [Altinn.App.Core](https://www.nuget.org/packages/Altinn.App.Core)
+- Update the reference to the latest version and save the file.
+- Check if there is any [breaking changes](/community/changelog/app-nuget) with the new version,
+ make necessary changes if there are any issues.
+- Build and deploy a new version of your app.
+{{}}
+
+{{}}
+
- Locate the references to the libraries used in your app. The references are located in `App/App.csproj`.
Example.:
@@ -49,6 +75,8 @@ Example.:
make necessary changes if there are any issues.
- Build and deploy a new version of your app.
+{{}}
+{{}}
## App frontend
diff --git a/content/app/maintainance/dependencies/_index.nb.md b/content/app/maintainance/dependencies/_index.nb.md
index f6e5b1db4a9..9a0aa3b0540 100644
--- a/content/app/maintainance/dependencies/_index.nb.md
+++ b/content/app/maintainance/dependencies/_index.nb.md
@@ -25,6 +25,34 @@ bibliotekene, og disse referansene må oppdateres for å hente inn siste versjon
Da kan du automatisk se hva som er nyeste versjon av alle pakker når du åpner App.csproj. Støtter også npm.
{{% /panel%}}
+{{}}
+
+{{}}
+
+- Finn fram referansene til bibliotekene i appen. Referansene til biblioteker ligger i filen `App/App.csproj` i appens repo.
+
+F.eks.:
+
+```xml
+
+
+
+
+```
+
+- Sjekk om det har kommet en oppdatert versjon av bibliotekene:
+ - [Altinn.App.Api](https://www.nuget.org/packages/Altinn.App.Api)
+ - [Altinn.App.Core](https://www.nuget.org/packages/Altinn.App.Core)
+- Oppdater de aktuelle referansene til den siste versjonen og lagre filen.
+- Sjekk om det er noen [breaking changes](/nb/community/changelog/app-nuget) ifm endringer i bibliotekene,
+ og gjør ev. endringer som beskrives for å løse ev. problemer. Dette gjelder når det er _major_-versjonen (det første
+ tallet i versjonen) som er oppdatert.
+- Bygg og deploy appen på nytt.
+
+{{}}
+
+{{}}
+
- Finn fram referansene til bibliotekene i appen. Referansene til biblioteker ligger i filen `App/App.csproj` i appens repo.
F.eks.:
@@ -48,6 +76,9 @@ F.eks.:
og gjør ev. endringer som beskrives for å løse ev. problemer.
- Bygg og deploy appen på nytt.
+{{}}
+{{}}
+
## App frontend