Skip to content

Commit

Permalink
Add single file attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid Mayeli committed Jan 21, 2023
1 parent fd51e24 commit b8f06eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SimpleDbUp/SimpleDbUp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b8f06eb

Please sign in to comment.