Skip to content

Commit 1b5dd78

Browse files
committed
Net Framework - Change RuntimeIdentifiers
- Change to more generic win-x64 and win-x86 - Win7 is no longer supported. #5020
1 parent 4757ee6 commit 1b5dd78

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
1111
<StartupObject>CefSharp.BrowserSubprocess.Program</StartupObject>
12-
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
12+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

CefSharp.OffScreen.Example/CefSharp.OffScreen.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
10-
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
10+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

CefSharp.Test/CefSharp.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net472</TargetFramework>
44
<OutputType>Library</OutputType>
55
<Platforms>x86;x64</Platforms>
6-
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<UseWindowsForms>true</UseWindowsForms>
99
<UseWPF>true</UseWPF>

CefSharp.WinForms.Example/CefSharp.WinForms.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ApplicationManifest>app.manifest</ApplicationManifest>
1010
<StartupObject>CefSharp.WinForms.Example.Program</StartupObject>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
12-
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
12+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

CefSharp.Wpf.Example/CefSharp.Wpf.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ApplicationManifest>app.manifest</ApplicationManifest>
1010
<StartupObject>CefSharp.Wpf.Example.Program</StartupObject>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
12-
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
12+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)