Skip to content

Commit

Permalink
禁用 demo 打包
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 6, 2021
1 parent 86f1775 commit 6f99695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/dotnetCampus.Ipc.Demo/dotnetCampus.Ipc.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<TargetFrameworks>netcoreapp3.1;net45</TargetFrameworks>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
</PropertyGroup>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetCampus.CommandLine" Version="3.3.0" />
Expand Down

0 comments on commit 6f99695

Please sign in to comment.