File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" local" value =" ../../out/pkg" />
6
- <!-- Uncomment to compile example -->
7
- <!-- <add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" /> -->
8
- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" react-native" value =" https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
9
7
</packageSources >
10
8
<disabledPackageSources >
11
9
<clear />
Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.JavaScript.NodeApi" Version =" 0.2.*-*" PrivateAssets =" all" />
15
- <PackageReference Include =" Microsoft.JavaScript.Hermes" Version =" 0.1.4 " IncludeAssets = " none " PrivateAssets =" build;native;runtime " />
15
+ <PackageReference Include =" Microsoft.JavaScript.Hermes" Version =" 0.1.6 " PrivateAssets =" all " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <None Include =" $(PkgMicrosoft_JavaScript_Hermes)\lib \native\win32\x64\hermes.dll" CopyToOutputDirectory =" PreserveNewest" />
19
+ <None Include =" $(PkgMicrosoft_JavaScript_Hermes)\build \native\win32\x64\hermes.dll" CopyToOutputDirectory =" PreserveNewest" />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments