Skip to content

Commit

Permalink
[skip ci] update readme.template
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-lopez committed Apr 16, 2022
1 parent 8d31abc commit 60eddc9
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,32 @@ Add the `com.microsoft.msbuildforunity` UPM (Unity Package Manager) package.

```json
"scopedRegistries": [
{
"name": "Microsoft",
"url": "https://pkgs.dev.azure.com/UnityDeveloperTools/MSBuildForUnity/_packaging/UnityDeveloperTools/npm/registry/",
"scopes": [
"com.microsoft"
{
"name":"Microsoft",
"url":"https://pkgs.dev.azure.com/UnityDeveloperTools/MSBuildForUnity/_packaging/UnityDeveloperTools/npm/registry/",
"scopes":[
"com.microsoft"
]
}
},
{
"name":"package.openupm.com",
"url":"https://package.openupm.com",
"scopes":[
"com.solidalloy.util",
"com.solidalloy.unity-dropdown",
"com.solidalloy.type-references",
"com.openupm",
"org.nuget"
]
}
],
```

- Add the following to the `dependencies` section of the file:

```json
"com.microsoft.msbuildforunity": "0.9.2-20211109.1",
"com.solidalloy.type-references": "2.14.0",
```


Expand Down

0 comments on commit 60eddc9

Please sign in to comment.