Skip to content

Commit

Permalink
upgrade 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Nov 29, 2021
1 parent 0f761d2 commit 53bfa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo3-gui/neo3-gui/neo3-gui.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Neo</RootNamespace>
<SpaRoot>ClientApp\</SpaRoot>
<DefaultItemExcludes>$(SpaRoot)node_modules\**;Data*\**</DefaultItemExcludes>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="EFCore.BulkExtensions" Version="3.1.1" />
<PackageReference Include="Neo" Version="3.0.2" />
<PackageReference Include="Neo" Version="3.1.0" />
<PackageReference Include="Neo.LevelDb.Dev" Version="3.0.0-pre4" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0" />
</ItemGroup>
Expand Down

0 comments on commit 53bfa1c

Please sign in to comment.