Skip to content

Commit

Permalink
fix(TestVectors): define StartUpObject in csproj (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Jul 27, 2024
1 parent 9c67729 commit 2f97bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestVectors/runtimes/net/DbEsdkTestVectors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<LangVersion>10</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<StartupObject>DbEsdkTestVectors.Program</StartupObject>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2f97bf3

Please sign in to comment.