Skip to content

Commit

Permalink
Remove target support for .NET Framework 4.8 since appveyor doesn't s…
Browse files Browse the repository at this point in the history
…upport this yet.

Also remove deprecated build scripts.
  • Loading branch information
Latency McLaughlin committed Jun 4, 2019
1 parent 35f8342 commit 89c02da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion ReadLine/ReadLine.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;net461;net472;net48;netcoreapp2.2;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net45;net461;net472;netcoreapp2.2;netstandard2.0</TargetFrameworks>
<AssemblyTitle>ReadLine</AssemblyTitle>
<AssemblyName>ReadLine</AssemblyName>
<PackageId>ReadLine</PackageId>
Expand Down
14 changes: 0 additions & 14 deletions build.sh

This file was deleted.

2 changes: 0 additions & 2 deletions test.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
dotnet test .\test\ReadLine.Tests\ReadLine.Tests.csproj
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
3 changes: 0 additions & 3 deletions test.sh

This file was deleted.

0 comments on commit 89c02da

Please sign in to comment.