-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove target support for .NET Framework 4.8 since appveyor doesn't s…
…upport this yet. Also remove deprecated build scripts.
- Loading branch information
Latency McLaughlin
committed
Jun 4, 2019
1 parent
35f8342
commit 89c02da
Showing
4 changed files
with
1 addition
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) } | ||