Skip to content

Commit caeb3bb

Browse files
committed
Set SelfContained=False explicitly
1 parent 6a81cc2 commit caeb3bb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/SqlNotebook/SqlNotebook.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<RunPostBuildEvent>Always</RunPostBuildEvent>
1111
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
1212
<ApplicationIcon>SqlNotebookIcon.ico</ApplicationIcon>
13+
<SelfContained>False</SelfContained>
1314
</PropertyGroup>
1415
<ItemGroup>
1516
<ProjectReference Include="..\..\ext\dockpanelsuite\WinFormsUI\ThemeVS2012Light.csproj" />

src/SqlNotebookCmd/SqlNotebookCmd.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Platforms>x64;x86;ARM64</Platforms>
88
<LangVersion>latest</LangVersion>
99
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
10+
<SelfContained>False</SelfContained>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<ProjectReference Include="..\SqlNotebookScript\SqlNotebookScript.csproj" />

src/Tests/Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
99
<RunPostBuildEvent>Always</RunPostBuildEvent>
1010
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
11+
<SelfContained>False</SelfContained>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<ProjectReference Include="..\SqlNotebookCmd\SqlNotebookCmd.csproj" />

0 commit comments

Comments
 (0)