react-native-windows 0.75.19 → 0.75.20

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.
@@ -3,7 +3,7 @@
3
3
  <PropertyGroup>
4
4
  <OutputType>Exe</OutputType>
5
5
 
6
- <TargetFramework>net6.0</TargetFramework>
6
+ <TargetFramework>net8.0</TargetFramework>
7
7
  <Platforms>x64;x86;ARM64</Platforms>
8
8
  <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
9
9
 
@@ -6,7 +6,7 @@
6
6
  <PublishProtocol>FileSystem</PublishProtocol>
7
7
  <Configuration>Debug</Configuration>
8
8
  <Platform>x64</Platform>
9
- <TargetFramework>net6.0</TargetFramework>
9
+ <TargetFramework>net8.0</TargetFramework>
10
10
  <PublishDir>$(OutDir)publish</PublishDir>
11
11
  <RuntimeIdentifier>win-x64</RuntimeIdentifier>
12
12
  <SelfContained>true</SelfContained>
@@ -6,7 +6,7 @@
6
6
  <PublishProtocol>FileSystem</PublishProtocol>
7
7
  <Configuration>Release</Configuration>
8
8
  <Platform>x64</Platform>
9
- <TargetFramework>net6.0</TargetFramework>
9
+ <TargetFramework>net8.0</TargetFramework>
10
10
  <PublishDir>$(OutDir)publish</PublishDir>
11
11
  <RuntimeIdentifier>win-x64</RuntimeIdentifier>
12
12
  <SelfContained>true</SelfContained>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 1,
3
3
  "dependencies": {
4
- "net6.0": {
4
+ "net8.0": {
5
5
  "Humanizer": {
6
6
  "type": "Direct",
7
7
  "requested": "[2.14.1, )",
@@ -1507,7 +1507,7 @@
1507
1507
  }
1508
1508
  }
1509
1509
  },
1510
- "net6.0/win-x64": {
1510
+ "net8.0/win-x64": {
1511
1511
  "Microsoft.Win32.Primitives": {
1512
1512
  "type": "Transitive",
1513
1513
  "resolved": "4.3.0",
@@ -2350,7 +2350,7 @@
2350
2350
  }
2351
2351
  }
2352
2352
  },
2353
- "net6.0/win-x86": {
2353
+ "net8.0/win-x86": {
2354
2354
  "Microsoft.Win32.Primitives": {
2355
2355
  "type": "Transitive",
2356
2356
  "resolved": "4.3.0",
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.75.19</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.75.20</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>75</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>19</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>20</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>fa96dde41455470f0e8234d6c66178b0809cc136</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>402351ed525278b863ea6149ba47c4aff2d9b7b6</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -88,9 +88,9 @@ $wingetver = "1.7.11261";
88
88
  $vsver = "17.11.0";
89
89
 
90
90
  # The exact .NET SDK version to check for
91
- $dotnetver = "6.0";
91
+ $dotnetver = "8.0";
92
92
  # Version name of the winget package
93
- $wingetDotNetVer = "6";
93
+ $wingetDotNetVer = "8";
94
94
 
95
95
  $v = [System.Environment]::OSVersion.Version;
96
96
  if ($env:Agent_BuildDirectory) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.75.19",
3
+ "version": "0.75.20",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "14.1.0",
27
27
  "@react-native-community/cli-platform-android": "14.1.0",
28
28
  "@react-native-community/cli-platform-ios": "14.1.0",
29
- "@react-native-windows/cli": "0.75.10",
29
+ "@react-native-windows/cli": "0.75.11",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/assets-registry": "0.75.5",
32
32
  "@react-native/codegen": "0.75.5",