Skip to content

Commit ae3e7f2

Browse files
committed
fix
1 parent 584e3a8 commit ae3e7f2

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,19 @@ jobs:
3434
useRnwNuGet: [false, true] # test building with both RNW source and RNW NuGet
3535
include:
3636
- rnwVersion: 'latest'
37+
rnVersion: 'latest'
3738
rnTemplate: 'react-native@latest'
38-
- rnwVersion: '0.74-stable'
39+
- rnwVersion: 'v0.74-stable'
40+
rnVersion: '0.74-stable'
3941
rnTemplate: 'react-native@0.74-stable'
42+
- rnwVersion: 'v0.72-stable'
43+
rnVersion: '0.72-stable'
44+
rnTemplate: 'react-native@0.72-stable'
4045
uses: ./.github/workflows/template-testcli.yml
4146
with:
4247
vmImage: windows-2022
4348
rnwVersion: ${{ matrix.rnwVersion }}
49+
rnVersion: ${{ matrix.rnVersion }}
4450
useRnwNuGet: ${{ matrix.useRnwNuGet }}
4551
rnTemplate: ${{ matrix.rnTemplate }}
4652

package/windows/ReactNativeXaml/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,26 @@
4747
"folly": {
4848
"type": "Project",
4949
"dependencies": {
50-
"boost": "1.76.0",
51-
"fmt": "1.0.0"
50+
"Fmt": "[1.0.0, )",
51+
"boost": "[1.76.0, )"
5252
}
5353
},
5454
"microsoft.reactnative": {
5555
"type": "Project",
5656
"dependencies": {
57-
"Common": "1.0.0",
58-
"Folly": "1.0.0",
59-
"Microsoft.JavaScript.Hermes": "0.1.18",
60-
"Microsoft.UI.Xaml": "2.8.0",
61-
"ReactCommon": "1.0.0",
62-
"boost": "1.76.0"
57+
"Common": "[1.0.0, )",
58+
"Folly": "[1.0.0, )",
59+
"Microsoft.JavaScript.Hermes": "[0.1.18, )",
60+
"Microsoft.UI.Xaml": "[2.8.0, )",
61+
"ReactCommon": "[1.0.0, )",
62+
"boost": "[1.76.0, )"
6363
}
6464
},
6565
"reactcommon": {
6666
"type": "Project",
6767
"dependencies": {
68-
"Folly": "1.0.0",
69-
"boost": "1.76.0"
68+
"Folly": "[1.0.0, )",
69+
"boost": "[1.76.0, )"
7070
}
7171
}
7272
},

0 commit comments

Comments
 (0)