Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update neo-cli.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Nov 26, 2019
1 parent 90cc4f0 commit 94d4d5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions neo-cli/neo-cli.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>2016-2019 The Neo Project</Copyright>
Expand All @@ -8,7 +8,6 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>neo-cli</AssemblyName>
<OutputType>Exe</OutputType>
<PublishReadyToRun>false</PublishReadyToRun>
<PackageId>Neo.CLI</PackageId>
<RootNamespace>Neo</RootNamespace>
<Company>The Neo Project</Company>
Expand All @@ -29,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0-preview1" />
<PackageReference Include="Neo" Version="3.0.0-CI00797" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 94d4d5c

Please sign in to comment.