Skip to content

Commit 869ebd3

Browse files
Merge e505139 into d318c9b
2 parents d318c9b + e505139 commit 869ebd3

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CefSharp.Core/CefSharp.Core.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2626
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir >
2728
<EmbedAllSources>True</EmbedAllSources>
2829
<DebugType>embedded</DebugType>
2930
</PropertyGroup>

CefSharp.OffScreen/CefSharp.OffScreen.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2626
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir >
2728
<EmbedAllSources>True</EmbedAllSources>
2829
<DebugType>embedded</DebugType>
2930
</PropertyGroup>

CefSharp.WinForms/CefSharp.WinForms.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2727
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
28+
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
2829
<EmbedAllSources>True</EmbedAllSources>
2930
<DebugType>embedded</DebugType>
3031
</PropertyGroup>

CefSharp.Wpf/CefSharp.Wpf.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2727
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
28+
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
2829
<EmbedAllSources>True</EmbedAllSources>
2930
<DebugType>embedded</DebugType>
3031
</PropertyGroup>

CefSharp/CefSharp.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2424
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
25+
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
2526
<EmbedAllSources>True</EmbedAllSources>
2627
<DebugType>embedded</DebugType>
2728
</PropertyGroup>

0 commit comments

Comments
 (0)