react-native-windows 0.75.0-preview.7 → 0.75.0-preview.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.75.0-preview.
|
|
13
|
+
<ReactNativeWindowsVersion>0.75.0-preview.8</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>75</ReactNativeWindowsMinor>
|
|
16
16
|
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>80cd62fadb1eb5237972fd554304077436f4c2e8</ReactNativeWindowsCommitId>
|
|
19
19
|
</PropertyGroup>
|
|
20
20
|
</Project>
|
|
@@ -85,7 +85,7 @@ $wingetver = "1.7.11261";
|
|
|
85
85
|
|
|
86
86
|
# The minimum VS version to check for
|
|
87
87
|
# Note: For install to work, whatever min version you specify here must be met by the current package available on winget.
|
|
88
|
-
$vsver = "17.
|
|
88
|
+
$vsver = "17.11.0";
|
|
89
89
|
|
|
90
90
|
# The exact .NET SDK version to check for
|
|
91
91
|
$dotnetver = "6.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-windows",
|
|
3
|
-
"version": "0.75.0-preview.
|
|
3
|
+
"version": "0.75.0-preview.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@react-native-community/cli": "14.0.0",
|
|
27
27
|
"@react-native-community/cli-platform-android": "14.0.0",
|
|
28
28
|
"@react-native-community/cli-platform-ios": "14.0.0",
|
|
29
|
-
"@react-native-windows/cli": "0.75.0-preview.
|
|
29
|
+
"@react-native-windows/cli": "0.75.0-preview.3",
|
|
30
30
|
"@react-native/assets": "1.0.0",
|
|
31
31
|
"@react-native/assets-registry": "0.75.0-rc.7",
|
|
32
32
|
"@react-native/codegen": "0.75.0-rc.7",
|