react-native-windows 0.79.4 → 0.79.5

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>
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.79.4</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.79.5</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>79</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>4</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>5</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>b9d3ece4c92eed80d91c462fa6d257b2cee38eb3</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>4d44a3129df930692caee55808ba97f6e6be8fb4</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.79.4",
3
+ "version": "0.79.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "^15.0.0",
27
27
  "@react-native-community/cli-platform-android": "^15.0.0",
28
28
  "@react-native-community/cli-platform-ios": "^15.0.0",
29
- "@react-native-windows/cli": "0.79.3",
29
+ "@react-native-windows/cli": "0.79.4",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/assets-registry": "0.79.0",
32
32
  "@react-native/codegen": "0.79.0",
@@ -67,7 +67,7 @@
67
67
  "yargs": "^17.6.2"
68
68
  },
69
69
  "devDependencies": {
70
- "@react-native-windows/codegen": "0.79.0",
70
+ "@react-native-windows/codegen": "0.79.1",
71
71
  "@react-native/metro-config": "0.79.0",
72
72
  "@rnw-scripts/babel-react-native-config": "0.0.0",
73
73
  "@rnw-scripts/eslint-config": "1.2.36",
@@ -94,7 +94,7 @@
94
94
  "react-native": "^0.79.0"
95
95
  },
96
96
  "beachball": {
97
- "defaultNpmTag": "latest",
97
+ "defaultNpmTag": "v0.79-stable",
98
98
  "disallowedChangeTypes": [
99
99
  "major",
100
100
  "minor",