From 29f3beb5a27690ef1f78c7c24faad514a157b3bf Mon Sep 17 00:00:00 2001 From: mroloux Date: Fri, 29 Jan 2021 17:04:08 +0100 Subject: [PATCH] Removed .NET Framework 4.5.1 support again --- .github/workflows/build.yml | 2 +- README.md | 2 +- SeatsioDotNet/SeatsioDotNet.csproj | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c08936..bf6233b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index f07ce0c..f262f66 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/seatsio/seatsio-dotnet.svg?branch=master)](https://travis-ci.org/seatsio/seatsio-dotnet) [![NuGet](https://img.shields.io/nuget/v/SeatsioDotNet.svg)](https://www.nuget.org/packages/SeatsioDotNet/) -The official Seats.io library, supporting .NET Standard 2.0+, .NET Core 2.0+ and .NET Framework 4.5.2+ +The official Seats.io library, supporting .NET Standard 2.0+ and .NET Core 2.0+ ## Installing seatsio-dotnet diff --git a/SeatsioDotNet/SeatsioDotNet.csproj b/SeatsioDotNet/SeatsioDotNet.csproj index 8f0def5..dff4b1e 100644 --- a/SeatsioDotNet/SeatsioDotNet.csproj +++ b/SeatsioDotNet/SeatsioDotNet.csproj @@ -9,12 +9,10 @@ https://github.com/seatsio/seatsio-dotnet https://github.com/seatsio/seatsio-dotnet https://raw.githubusercontent.com/seatsio/seatsio-dotnet/master/LICENSE - net452;netstandard2.0 + netstandard2.0 - - - +