Skip to content

Commit

Permalink
enable lockfile and generate initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Oct 11, 2024
1 parent 83dc691 commit b794f93
Show file tree
Hide file tree
Showing 2 changed files with 2,505 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SmiServices/SmiServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<AssemblyName>smi</AssemblyName>
<IsPublishable>true</IsPublishable>
<OutputType>Exe</OutputType>
<RestoreLockedMode Condition="'$(CI)'=='true' or '$(CI)'==1">true</RestoreLockedMode>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<StartupObject>SmiServices.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit b794f93

Please sign in to comment.