Skip to content

Commit

Permalink
Merge pull request #39 from doron-nathan-epstein/feature/dotnetcore-u…
Browse files Browse the repository at this point in the history
…pdate-3.1

update framework version to netcoreapp3.1
  • Loading branch information
khalidabuhakmeh authored Mar 5, 2020
2 parents 43d2631 + a85cd06 commit 7835c7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ConsoleTables.Tests/ConsoleTables.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2017
image: Visual Studio 2019
version: '{build}'
pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleTables.Sample/ConsoleTables.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleTables/ConsoleTables.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net40</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;netstandard1.3;net40</TargetFrameworks>
<PackageId>ConsoleTables</PackageId>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>Allows you to print out objects in a table view in a console application. Should be helpful for the diehard console fans.</Description>
Expand Down

0 comments on commit 7835c7a

Please sign in to comment.