Skip to content

Commit

Permalink
back to netcoreapp3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Dec 16, 2020
1 parent b79bc10 commit 6125dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions PowerSession.Cli/PowerSession.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<AssemblyName>PowerSession</AssemblyName>
<PackageId>PowerSession</PackageId>
<Title>PowerSession</Title>
<Authors>Yuwei Ba</Authors>
<IsPackable>true</IsPackable>
<PackageVersion>1.2.2</PackageVersion>
<AssemblyVersion>1.2.2</AssemblyVersion>
<FileVersion>1.2.2</FileVersion>
<PackageVersion>1.4.0</PackageVersion>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.4.0</FileVersion>
<PackAsTool>true</PackAsTool>
<ToolCommandName>PowerSession</ToolCommandName>
<RepositoryUrl>https://github.com/ibigbug/PowerSession</RepositoryUrl>
Expand Down
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit 6125dd6

Please sign in to comment.