Skip to content

Commit b8f06eb

Browse files
author
Hamid Mayeli
committed
Add single file attributes
1 parent fd51e24 commit b8f06eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SimpleDbUp/SimpleDbUp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<PublishSingleFile>true</PublishSingleFile>
9+
<SelfContained>true</SelfContained>
10+
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
11+
<PublishReadyToRun>true</PublishReadyToRun>
812
</PropertyGroup>
913

1014
<ItemGroup>

0 commit comments

Comments
 (0)