Skip to content

Commit

Permalink
Fixed asp.net core project (#3067)
Browse files Browse the repository at this point in the history
* Fixed asp.net core project

* delete

* add asp.net core to Neo.GUI
  • Loading branch information
cschuchardt88 authored Jan 10, 2024
1 parent 73d36e3 commit 27df5ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Neo.CLI/Neo.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<Content Include="neo.ico" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/Neo.GUI/Neo.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<ApplicationIcon>neo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<Content Include="neo.ico" />
</ItemGroup>
Expand Down

0 comments on commit 27df5ce

Please sign in to comment.