Browse Source

Net Framework - Change RuntimeIdentifiers

- Change to more generic win-x64 and win-x86
- Win7 is no longer supported.

https://github.com/cefsharp/CefSharp/discussions/5020
pull/5021/head
amaitland 7 months ago
parent
commit
1b5dd7807d
  1. 2
      CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj
  2. 2
      CefSharp.OffScreen.Example/CefSharp.OffScreen.Example.csproj
  3. 2
      CefSharp.Test/CefSharp.Test.csproj
  4. 2
      CefSharp.WinForms.Example/CefSharp.WinForms.Example.csproj
  5. 2
      CefSharp.Wpf.Example/CefSharp.Wpf.Example.csproj

2
CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj

@ -9,7 +9,7 @@
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<StartupObject>CefSharp.BrowserSubprocess.Program</StartupObject>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

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

@ -7,7 +7,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

2
CefSharp.Test/CefSharp.Test.csproj

@ -3,7 +3,7 @@
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<Platforms>x86;x64</Platforms>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>

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

@ -9,7 +9,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<StartupObject>CefSharp.WinForms.Example.Program</StartupObject>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

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

@ -9,7 +9,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<StartupObject>CefSharp.Wpf.Example.Program</StartupObject>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save