From acc0fe4260328aeab0201ba418e502cc997a44cc Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Mon, 26 Sep 2022 16:14:13 +0200 Subject: [PATCH] move to .net 6 --- .github/workflows/build.yaml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5e12cdce..161423ea 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: [ '2.1.x', '3.1.x', '5.0.x' ] + dotnet: [ '6.0.x' ] steps: - uses: actions/checkout@v2 - name: Setup dotnet @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: [ '2.1.x', '3.1.x', '5.0.x' ] + dotnet: [ '6.0.x' ] steps: - uses: actions/checkout@v2 - name: Setup dotnet diff --git a/README.md b/README.md index 5f9264c8..5f9947fd 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@

-![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=hotfix/1.4.2) +![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=hotfix/1.4.3) [![NuGet](https://img.shields.io/nuget/vpre/DotNetStac)](https://www.nuget.org/packages/DotNetStac/) -[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/hotfix/1.4.2/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) +[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/hotfix/1.4.3/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) [![Gitter](https://img.shields.io/gitter/room/SpatioTemporal-Asset-Catalog/Lobby?color=yellow)](https://gitter.im/SpatioTemporal-Asset-Catalog/Lobby) [![License](https://img.shields.io/badge/license-AGPL3-blue.svg)](LICENSE) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Terradue/DotNetStac/master?filepath=example.ipynb)